mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +00:00
Comment change (because reasons)
This commit is contained in:
parent
b1e189c335
commit
f76e4da5fc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Utils:
|
||||||
print(command_dict)
|
print(command_dict)
|
||||||
await ctx.invoke(command_dict.get(str(ctx.author.id), {}).get('command', None), args)
|
await ctx.invoke(command_dict.get(str(ctx.author.id), {}).get('command', None), args)
|
||||||
|
|
||||||
# [prefix]ping -> Pong!
|
# Displays latency
|
||||||
@commands.command(aliases=['p'], brief='Pong!', description='Returns latency from bot to Discord servers, not to user')
|
@commands.command(aliases=['p'], brief='Pong!', description='Returns latency from bot to Discord servers, not to user')
|
||||||
@checks.del_ctx()
|
@checks.del_ctx()
|
||||||
async def ping(self, ctx):
|
async def ping(self, ctx):
|
||||||
|
|
Loading…
Reference in a new issue