diff --git a/bot.py b/bot.py index c05424f..9c5e6a8 100644 --- a/bot.py +++ b/bot.py @@ -1,10 +1,11 @@ import discord +import backports.zoneinfo as zoneinfo import datetime import time import configparser import random from discord.ext import tasks, commands -quotetime = datetime.time.fromisoformat("02:25:01") +quotetime = datetime.time(hour=12,tzinfo=zoneinfo.ZoneInfo("MST")) intents = discord.Intents.all() client = discord.Client(intents=intents) avgtimelst = [] diff --git a/data/quotes.var b/data/quotes.var index add1495..98b359f 100644 --- a/data/quotes.var +++ b/data/quotes.var @@ -1 +1 @@ -joe mama -ian:joe mama -eric:avergae man -peter:hello:a:a:a:a:a:a:a:a:a:hello:hello: \ No newline at end of file +joe mama -ian:joe mama -eric:avergae man -peter:hello:a:a:a:a:a:a:a:a:a:hello:hello:joe mama -ian:joe mama -eric:avergae man -peter:hello:a:a:a:a:a:a:a:a:hello:hello: \ No newline at end of file