From e8e85259ea437b4e98b8e9ffb4c217cdbc730fc6 Mon Sep 17 00:00:00 2001 From: Anri Kennel Date: Tue, 24 Nov 2020 14:19:31 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20ligne=20=C3=A0=20la=20fin=20du=20fichie?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- README.md | 2 +- cogs/commands.py | 3 ++- cogs/help.py | 3 ++- main.py | 2 +- requirements.txt | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0ea14ac..b0720ef 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ setup.py Dockerfile -UPDATE/ \ No newline at end of file +UPDATE/ diff --git a/README.md b/README.md index 86079fe..d0e9a40 100755 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ token = "ton token" | [.info](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L128) | Pour obtenir des infos sur le bot | | [.whois](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L160) | Pour obtenir des infos sur un membre | | [.appel](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L220) | Pour faire l'appel facilement | -| [.sondage](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L253) | Pour faire un sondage facilement | \ No newline at end of file +| [.sondage](https://code.up8.edu/Anri/bot-licence/-/blob/master/cogs/commands.py#L253) | Pour faire un sondage facilement | diff --git a/cogs/commands.py b/cogs/commands.py index bf6e7a0..ce432ee 100755 --- a/cogs/commands.py +++ b/cogs/commands.py @@ -302,4 +302,5 @@ class Commands(commands.Cog): if user.nick: return f"{user.nick} ({user.name}#{user.discriminator})" else: - return f"{user.name}#{user.discriminator}" \ No newline at end of file + return f"{user.name}#{user.discriminator}" + \ No newline at end of file diff --git a/cogs/help.py b/cogs/help.py index 7409e49..c4b407c 100755 --- a/cogs/help.py +++ b/cogs/help.py @@ -70,4 +70,5 @@ class Help(commands.Cog): halp = discord.Embed(title = 'Erreur !', description = f"Qu'est ce que {cog[0]} ?", color = 0xC41B1B) else: await ctx.message.add_reaction(emoji = '✅') - await ctx.send('', embed = halp) \ No newline at end of file + await ctx.send('', embed = halp) + \ No newline at end of file diff --git a/main.py b/main.py index 61912a0..c51927c 100755 --- a/main.py +++ b/main.py @@ -82,4 +82,4 @@ async def on_raw_reaction_remove(payload): await member.remove_roles(role) # pour lancer le bot -client.run(token) \ No newline at end of file +client.run(token) diff --git a/requirements.txt b/requirements.txt index 08370af..2ede7fa 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ discord.py==1.5.1 async-timeout==3.0.1 -pytz==2020.1 \ No newline at end of file +pytz==2020.1