Exemple #1
0
 def __init__(self, ctx: Context):
     self.ctx = ctx
     self.channel = ctx.get_config_channel_by_name_or_id(
         ChannelAndMessageId.badges_channel.value)
 def __init__(self, ctx: Context):
     self.ctx: commands.Context = ctx
     self.backup_channel: TextChannel = ctx.get_config_channel_by_name_or_id(
         ChannelAndMessageId.backup_channel.value)