from local_settings import OUTPUT_CHANNEL async def report(bot, message): channel = bot.get_channel(int(OUTPUT_CHANNEL)) await channel.send(message)