Fix: récupération des issues_gitlab après incident
This commit is contained in:
parent
ed6e25c219
commit
b6d2995916
8 changed files with 682 additions and 308 deletions
|
|
@ -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, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue