diff --git a/python/cmd_lol.py b/python/cmd_lol.py index 00a4e9f..3341e2a 100644 --- a/python/cmd_lol.py +++ b/python/cmd_lol.py @@ -50,4 +50,4 @@ class LolCmds(commands.Cog, name='League of Legend commands'): def setup(bot): - bot.add_cog(LolCmds(bot)) \ No newline at end of file + bot.add_cog(LolCmds(bot)) diff --git a/python/cmd_osu.py b/python/cmd_osu.py index d67a2ce..41a68cc 100644 --- a/python/cmd_osu.py +++ b/python/cmd_osu.py @@ -84,4 +84,4 @@ class OsuCmds(commands.Cog, name='Osu! commands'): def setup(bot): - bot.add_cog(OsuCmds(bot)) \ No newline at end of file + bot.add_cog(OsuCmds(bot)) diff --git a/python/cmd_other.py b/python/cmd_other.py index 1a94a90..32fbc71 100644 --- a/python/cmd_other.py +++ b/python/cmd_other.py @@ -46,4 +46,4 @@ class OtherCmds(commands.Cog, name='Other commands'): def setup(bot): - bot.add_cog(OtherCmds(bot)) \ No newline at end of file + bot.add_cog(OtherCmds(bot))