suppression espace
This commit is contained in:
parent
664fdfcdb6
commit
340cdb6ea0
7 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ def setup(client):
|
|||
|
||||
class Fun(commands.Cog):
|
||||
"""Commandes plutôt fun."""
|
||||
|
||||
def __init__(self, client):
|
||||
self.client = client
|
||||
|
||||
|
|
|
@ -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 = {}
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ def setup(client):
|
|||
|
||||
class School(commands.Cog):
|
||||
"""Commandes relatives aux cours."""
|
||||
|
||||
def __init__(self, client):
|
||||
self.client = client
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in a new issue