Fix: récupération des issues_gitlab après incident

This commit is contained in:
Mathis 2026-06-04 08:40:14 +02:00
parent ed6e25c219
commit b6d2995916
8 changed files with 682 additions and 308 deletions

View file

@ -74,6 +74,7 @@ class Invites(commands.Cog):
async def on_member_join(self, member):
if member.bot: return
self._init_db()
guild = member.guild
try:
old_invites = self.invite_cache.get(guild.id, {})