Fix de la base de données
This commit is contained in:
parent
9f92d0d212
commit
ca5c966c9c
16 changed files with 7980 additions and 79 deletions
|
|
@ -149,6 +149,7 @@ class Goodbye(commands.Cog):
|
|||
async def on_member_remove(self, member):
|
||||
kuby_logger.info(f"[Goodbye] Départ détecté: {member.name} (ID: {member.id}) du serveur {member.guild.name}")
|
||||
|
||||
self._init_db()
|
||||
try:
|
||||
conn = sqlite3.connect(self.db_path)
|
||||
cursor = conn.cursor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue