mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Add ping-like test command
This commit is contained in:
parent
76d0d34848
commit
ba9f5f3ac2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
async def test(ctx):
|
||||
pass
|
||||
await ctx.send('test')
|
||||
|
||||
# Send and print ready message to #testing and console after logon
|
||||
|
||||
|
|
Loading…
Reference in a new issue