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')
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')