diff options
| -rw-r--r-- | lib/discordSync.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
