updates from review

This commit is contained in:
Abigail 2019-12-23 15:57:57 -05:00
parent 951dc38992
commit 28eb6d45c1
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)),