Mumble Display Names

This commit is contained in:
Aaron Kable
2020-04-06 02:19:53 +00:00
committed by Ariel Rin
parent 32e0621b0a
commit cc1f94cf61
9 changed files with 185 additions and 22 deletions

View File

@@ -36,7 +36,7 @@ class DiscordService(ServicesHook):
def sync_nickname(self, user):
logger.debug('Syncing %s nickname for user %s' % (self.name, user))
DiscordTasks.update_nickname.delay(user.pk)
DiscordTasks.update_nickname.apply_async(args=[user.pk], countdown=5)
def update_all_groups(self):
logger.debug('Update all %s groups called' % self.name)