Update bot.py
This commit is contained in:
parent
22832ff6fd
commit
3318a426c4
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user