fixing codacy detected issues

This commit is contained in:
Elmon11 2020-12-02 22:36:04 +01:00 committed by GitHub
parent 4d70239452
commit 6082bf2692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ class Help(commands.Cog):
'Displays the help command'
em = discord.Embed()
em.title = 'Help Command'
command_list = ''
cog_list = [c for c in self.bot.cogs.keys()]
command_list = ''
cog_list = [c for c in self.bot.cogs.keys()]
page_count = math.ceil(len(cog_list) / 4)
page = int(page)