most commands moved into cogs
This commit is contained in:
@@ -21,7 +21,6 @@ class Bot_info(commands.Cog):
|
||||
description=f"General information on about bot",
|
||||
)
|
||||
emb.add_field(name="Bot ping", value=f'Bot ping: {round(self.bot.latency * 1000)}', inline=True)
|
||||
# emb.add_field(name="Roles list", value=f"{roles}", inline=True)
|
||||
emb.set_footer(text="Information requested by: {}".format(ctx.author.display_name))
|
||||
|
||||
await ctx.reply(embed=emb, ephemeral=True)
|
||||
|
||||
Reference in New Issue
Block a user