diff --git a/ahtcg_bot.py b/ahtcg_bot.py index 2d09144..a99262f 100755 --- a/ahtcg_bot.py +++ b/ahtcg_bot.py @@ -104,7 +104,7 @@ class ArkhamDBUpdater(discord.Client): for channel_id in list(self.channel_list): channel = self.get_channel(channel_id) if channel is None: - print( + logging.info( f"channel {channel_id} does not exist, removing it from tracking!" ) self.channel_list.remove(channel_id)