From 3f3b8c53b22dfdbf9ac3d4f1248a180b19667623 Mon Sep 17 00:00:00 2001 From: tamservo Date: Sat, 9 Mar 2024 10:07:12 -0500 Subject: [PATCH] Setting up logging --- robottas.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robottas.py b/robottas.py index d399131..a88055b 100755 --- a/robottas.py +++ b/robottas.py @@ -19,6 +19,8 @@ import discord from discord.ext import commands, tasks +logging.basicConfig(stream=sys.stderr, level=logging.DEBUG) + class Robottas(commands.Bot):