added comment

This commit is contained in:
Alex Orid 2021-04-20 20:58:48 -04:00
parent fbf1fc90d0
commit 26ff3520e8

View File

@ -59,6 +59,7 @@ class Networking_Module():
def hello_world():
return 'Boo'
#Type being Twitch, Discord, User Module
@webSources.route('/bot/TryCommand/<type>/<user>/<source>/<message>/')
def bot_TryCommand(type, user, source, message):
return 'Boo'