1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Add ping-like test command

This commit is contained in:
Myned 2018-01-14 01:25:18 -05:00
parent 76d0d34848
commit ba9f5f3ac2

View file

@ -62,7 +62,7 @@ bot = cmds.Bot(command_prefix=get_prefix, self_bot=u.config['selfbot'], formatte
@bot.command(help='help', brief='brief', description='description', usage='usage', hidden=True) @bot.command(help='help', brief='brief', description='description', usage='usage', hidden=True)
async def test(ctx): async def test(ctx):
pass await ctx.send('test')
# Send and print ready message to #testing and console after logon # Send and print ready message to #testing and console after logon