added comment
This commit is contained in:
parent
fbf1fc90d0
commit
26ff3520e8
@ -59,6 +59,7 @@ class Networking_Module():
|
|||||||
def hello_world():
|
def hello_world():
|
||||||
return 'Boo'
|
return 'Boo'
|
||||||
|
|
||||||
|
#Type being Twitch, Discord, User Module
|
||||||
@webSources.route('/bot/TryCommand/<type>/<user>/<source>/<message>/')
|
@webSources.route('/bot/TryCommand/<type>/<user>/<source>/<message>/')
|
||||||
def bot_TryCommand(type, user, source, message):
|
def bot_TryCommand(type, user, source, message):
|
||||||
return 'Boo'
|
return 'Boo'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user