Testing configuration changes/updates
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user