Add plugin for source code link of the bot
This commit is contained in:
parent
24308d6983
commit
bb8e0c0abf
|
@ -0,0 +1,5 @@
|
||||||
|
from util import hook
|
||||||
|
|
||||||
|
@hook.command
|
||||||
|
def source(inp):
|
||||||
|
return "my source code: https://git.xeserv.us/xena/h"
|
Loading…
Reference in New Issue