Testing configuration changes/updates

This commit is contained in:
Hash Borgir
2024-02-13 22:39:17 -07:00
parent aa7e76e653
commit 2277dd1b90
17 changed files with 525 additions and 20 deletions

View File

@@ -1,10 +1,14 @@
"""
This plugin provides a command to get the current date
"""
# plugins/date.py
import datetime
import logging
import simplematrixbotlib as botlib
async def handle_command(room, message, bot, PREFIX):
async def handle_command(room, message, bot, PREFIX, config):
"""
Function to handle the !date command.