diff --git a/src/bot.py b/src/bot.py index e8cd6ae..17f2dc3 100644 --- a/src/bot.py +++ b/src/bot.py @@ -65,7 +65,7 @@ class OrthoBot(discord.AutoShardedClient): for item in results: if "channel" in item and "time" in item: - channel = self.get_channel(int(item["channel"])) + channel = self.fetch_channel(int(item["channel"])) daily_time = item["time"] current_time = datetime.datetime.utcnow().strftime("%H:%M")