mirror of
https://github.com/miaowware/qrm2.git
synced 2025-02-03 09:44:07 -05:00
updates from review
This commit is contained in:
parent
951dc38992
commit
28eb6d45c1
3
main.py
3
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
|
||||
|
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user