6 lines
112 B
Python
6 lines
112 B
Python
|
from util import hook
|
||
|
|
||
|
@hook.command
|
||
|
def source(inp):
|
||
|
return "my source code: https://git.xeserv.us/xena/h"
|