mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
fixing codacy detected issues
This commit is contained in:
parent
4d70239452
commit
6082bf2692
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ class Help(commands.Cog):
|
||||||
'Displays the help command'
|
'Displays the help command'
|
||||||
em = discord.Embed()
|
em = discord.Embed()
|
||||||
em.title = 'Help Command'
|
em.title = 'Help Command'
|
||||||
command_list = ''
|
command_list = ''
|
||||||
cog_list = [c for c in self.bot.cogs.keys()]
|
cog_list = [c for c in self.bot.cogs.keys()]
|
||||||
page_count = math.ceil(len(cog_list) / 4)
|
page_count = math.ceil(len(cog_list) / 4)
|
||||||
|
|
||||||
page = int(page)
|
page = int(page)
|
||||||
|
|
Loading…
Reference in a new issue