From 83e6eec443d5bc37707a3ff43f94c8f143610669 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 29 Nov 2020 11:59:49 +0100 Subject: [PATCH] adding endline --- .gitignore | 2 +- README.md | 2 +- cogs/fun.py | 2 +- cogs/games.py | 2 +- cogs/help.py | 2 +- cogs/internet.py | 2 +- cogs/music.py | 2 +- cogs/utils.py | 2 +- main.py | 2 +- requirements.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f18c9a3..680a6b1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ UPDATE/ .dockerignore Dockerfile setup.py -cogs/music_old.py \ No newline at end of file +cogs/music_old.py diff --git a/README.md b/README.md index 255b9f5..46e795a 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ token = "your token" ## __Features__ -Everything is explained by doing `.help` \ No newline at end of file +Everything is explained by doing `.help` diff --git a/cogs/fun.py b/cogs/fun.py index 70bd96f..6fc6a77 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -105,4 +105,4 @@ class Fun(commands.Cog): @commands.command(name='pileouface', aliases=['pf']) async def _pileouface(self, ctx): - return await ctx.send(f"{'Pile' if randint(0,1) == 1 else 'Face'} !") \ No newline at end of file + return await ctx.send(f"{'Pile' if randint(0,1) == 1 else 'Face'} !") diff --git a/cogs/games.py b/cogs/games.py index 7140457..a73b048 100644 --- a/cogs/games.py +++ b/cogs/games.py @@ -90,4 +90,4 @@ class Games(commands.Cog): except: await ctx.send(f"Erreur dans la réponse {ctx.author.mention}, merci de n'écrire qu'un nombre. Tapez `stop` pour arrêter le jeu.") del self.guessing_game[str(ctx.author.id)] - await ctx.send(f"T'as pas trouvé {ctx.author.mention}... dommage, c'était {number}.") \ No newline at end of file + await ctx.send(f"T'as pas trouvé {ctx.author.mention}... dommage, c'était {number}.") diff --git a/cogs/help.py b/cogs/help.py index a413ec4..b761752 100644 --- a/cogs/help.py +++ b/cogs/help.py @@ -64,4 +64,4 @@ 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) diff --git a/cogs/internet.py b/cogs/internet.py index 8bdaefd..d119d94 100644 --- a/cogs/internet.py +++ b/cogs/internet.py @@ -136,4 +136,4 @@ class Internet(commands.Cog): await ctx.send(embed = embed) else: await ctx.message.add_reaction(emoji = '❌') - await ctx.send(f"Désolé mais je n'envois ce genre de message seulement dans les salons NSFW !") \ No newline at end of file + await ctx.send(f"Désolé mais je n'envois ce genre de message seulement dans les salons NSFW !") diff --git a/cogs/music.py b/cogs/music.py index 28290cc..4d8579a 100644 --- a/cogs/music.py +++ b/cogs/music.py @@ -562,4 +562,4 @@ class Music(commands.Cog): @commands.command(name='lyricsromanized', aliases = ['lr', 'lyricromanized'], hidden = True) async def _lyricsromanized(self, ctx, *, song: str = None): - await ctx.invoke(self.client.get_command("lyrics"), song = f"{song} romanized" if song else song) \ No newline at end of file + await ctx.invoke(self.client.get_command("lyrics"), song = f"{song} romanized" if song else song) diff --git a/cogs/utils.py b/cogs/utils.py index ba4af36..31b8476 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -334,4 +334,4 @@ class Utils(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}" diff --git a/main.py b/main.py index 2c67a65..68d4cdd 100644 --- a/main.py +++ b/main.py @@ -177,4 +177,4 @@ def user_or_nick(user): else: return f"{user.name}#{user.discriminator}" -client.run(token) \ No newline at end of file +client.run(token) diff --git a/requirements.txt b/requirements.txt index 1f7e665..0e3b431 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ async-timeout==3.0.1 # discord pytz==2020.4 # timezone praw==7.1.0 # reddit youtube-dl==2020.11.17 # music -git+https://github.com/johnwmillr/LyricsGenius.git # lyrics \ No newline at end of file +git+https://github.com/johnwmillr/LyricsGenius.git # lyrics