Beispiel #1
0
 def command_backfill_guild(self, event, guild=None, concurrency=1):
     guild = guild or event.guild
     backfill_guild.queue(guild.id)
     event.msg.reply(':ok_hand: enqueued guild to be backfilled')
Beispiel #2
0
 def command_backfill_guild(self, event, guild=None, concurrency=1):
     guild = guild or event.guild
     backfill_guild.queue(guild.id)
     raise CommandSuccess('Enqueued guild to be backfilled')