🎨 - Final new line added

This commit is contained in:
Florian SYLVAIN
2021-03-07 19:40:30 +01:00
parent 301c806b94
commit c665dc9725
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ class LolCmds(commands.Cog, name='League of Legend commands'):
def setup(bot): def setup(bot):
bot.add_cog(LolCmds(bot)) bot.add_cog(LolCmds(bot))
+1 -1
View File
@@ -84,4 +84,4 @@ class OsuCmds(commands.Cog, name='Osu! commands'):
def setup(bot): def setup(bot):
bot.add_cog(OsuCmds(bot)) bot.add_cog(OsuCmds(bot))
+1 -1
View File
@@ -46,4 +46,4 @@ class OtherCmds(commands.Cog, name='Other commands'):
def setup(bot): def setup(bot):
bot.add_cog(OtherCmds(bot)) bot.add_cog(OtherCmds(bot))