Add inventory DB cog and fix music cog
This commit is contained in:
parent
743943effd
commit
0c21b2ee01
6 changed files with 137 additions and 33 deletions
|
|
@ -9,6 +9,7 @@ class PingCog(commands.Cog):
|
|||
# Commands
|
||||
@commands.command(aliases=['latency'])
|
||||
async def ping(self, ctx):
|
||||
"""Returns the bot client latency"""
|
||||
await ctx.send(f'Pong! {round(self.client.latency * 1000)}ms')
|
||||
|
||||
def setup(client):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue