diff --git a/src/cogs/confreriedukassoulait.py b/src/cogs/confreriedukassoulait.py index 2e0bf86..6019b02 100644 --- a/src/cogs/confreriedukassoulait.py +++ b/src/cogs/confreriedukassoulait.py @@ -14,7 +14,6 @@ def setup(client): class ConfrerieDuKassoulait(commands.Cog): """Unique pour le serveur Discord "La confrérie du Kassoulait".""" - def __init__(self, client): self.client = client diff --git a/src/cogs/fun.py b/src/cogs/fun.py index 9348b57..7541f77 100644 --- a/src/cogs/fun.py +++ b/src/cogs/fun.py @@ -11,7 +11,6 @@ def setup(client): class Fun(commands.Cog): """Commandes plutôt fun.""" - def __init__(self, client): self.client = client diff --git a/src/cogs/games.py b/src/cogs/games.py index 97a02fe..195ca1b 100644 --- a/src/cogs/games.py +++ b/src/cogs/games.py @@ -9,7 +9,6 @@ def setup(client): class Games(commands.Cog): """Commandes relatives aux jeux.""" - def __init__(self, client): self.client = client self.guessing_game = {} diff --git a/src/cogs/help.py b/src/cogs/help.py index 6face42..35b670d 100644 --- a/src/cogs/help.py +++ b/src/cogs/help.py @@ -7,7 +7,6 @@ def setup(client): class Help(commands.Cog): """Commandes relatives à l'aide utilisateur.""" - def __init__(self, client): self.client = client self.client.remove_command("help") diff --git a/src/cogs/internet.py b/src/cogs/internet.py index 8aa89dc..8143faa 100644 --- a/src/cogs/internet.py +++ b/src/cogs/internet.py @@ -12,7 +12,6 @@ def setup(client): class Internet(commands.Cog): """Commandes relatives à ce qui provient d'internet.""" - def __init__(self, client): self.client = client diff --git a/src/cogs/school.py b/src/cogs/school.py index caf7557..9ab66a6 100644 --- a/src/cogs/school.py +++ b/src/cogs/school.py @@ -7,7 +7,6 @@ def setup(client): class School(commands.Cog): """Commandes relatives aux cours.""" - def __init__(self, client): self.client = client diff --git a/src/cogs/utils.py b/src/cogs/utils.py index 80f7ecc..e1efc1e 100644 --- a/src/cogs/utils.py +++ b/src/cogs/utils.py @@ -577,7 +577,6 @@ class Utils(commands.Cog): else: embed.add_field(name = "\u200b", value = "Vous n'avez aucun rappels en attente !") await ctx.send(embed = embed) - @cog_ext.cog_slash(name="reminderlist", description = "Affiche la liste des rappels d'un utilisateur.") async def __reminderlist(self, ctx, utilisateur = None): if utilisateur == None: