From c665dc97251b34ad15898da3283b9fa3dcf979c4 Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Sun, 7 Mar 2021 19:40:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20-=20Final=20new=20line=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/cmd_lol.py | 2 +- python/cmd_osu.py | 2 +- python/cmd_other.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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))