Fix docstring on ping command
This commit is contained in:
parent
7cba15eb20
commit
48621aac95
@ -56,10 +56,7 @@ class Admin(commands.Cog):
|
|||||||
@commands.command()
|
@commands.command()
|
||||||
@commands.cooldown(1, 5, type=commands.BucketType.user)
|
@commands.cooldown(1, 5, type=commands.BucketType.user)
|
||||||
async def ping(self, ctx):
|
async def ping(self, ctx):
|
||||||
"""Check the Bot\'s connection to Discord
|
"""Check the Bot\'s connection to Discord"""
|
||||||
|
|
||||||
For more detailed information set the <mode> as comp and it will test the ping
|
|
||||||
<count> number of times."""
|
|
||||||
em = discord.Embed(style='rich',
|
em = discord.Embed(style='rich',
|
||||||
title=f'Pong 🏓',
|
title=f'Pong 🏓',
|
||||||
color=discord.Colour.green()
|
color=discord.Colour.green()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user