diff --git a/main.py b/main.py index da19add..a7e7b7b 100644 --- a/main.py +++ b/main.py @@ -11,9 +11,10 @@ General Public License, version 2. from datetime import time, datetime import random +import pytz + import discord from discord.ext import commands, tasks -import pytz import common as cmn import info diff --git a/templates/data/options.py b/templates/data/options.py index 225f329..194b7ad 100644 --- a/templates/data/options.py +++ b/templates/data/options.py @@ -36,6 +36,7 @@ status_mode = "fixed" statuses = ["with lids on the air", "with fire"] # Timezone for the status (string) +# See https://pythonhosted.org/pytz/ for more info status_tz = 'US/Eastern' # The text to put in the "playing" status, with start and stop times time_statuses = [('with lids on 3.840', (00, 00), (6, 00)),