1
0

logging.py 157 B

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