async def cog_check(self, ctx): if not checks.invoked_in_channels(CHAN_LCTOO_ID): await ctx.send(f'{_get_message("LCToO")}') return False return True
async def cog_check(self, ctx): if not checks.invoked_in_channels(CHAN_ANNIVERSARY_ID): await ctx.send(f'{_get_message("TRA")}') return False return True
async def cog_check(self, ctx): if not checks.invoked_in_channels(CHAN_UNDERWORLD_ID): await ctx.send(f'{_get_message("TRU")}') return False return True
async def cog_check(self, ctx): if not checks.invoked_in_channels(CHAN_ROLE_REQUEST_ID): await ctx.send(f'{_get_message("Role")}') return False return True