From c222abd31f5f23df6ee549fe2acf7e46dd53219b Mon Sep 17 00:00:00 2001 From: Ritabrata Das Date: Tue, 11 Feb 2025 23:41:20 +0530 Subject: Remove print statements with logging --- lib/discordSync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/discordSync.py b/lib/discordSync.py index 9fe4f00..dc94bbd 100644 --- a/lib/discordSync.py +++ b/lib/discordSync.py @@ -57,7 +57,7 @@ def on_new_message(message): username = author['username'] content = message['content'] - print(f'New Discord message from {username}: {content}') + debug(f'New Discord message from {username}: {content}') # Asynchronous function to monitor a Discord channel for new messages async def monitor_channel(channel_id, playerList:list): -- cgit v1.2.3