mirror of
https://github.com/miaowware/qrm2.git
synced 2025-08-03 05:42:25 -04: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
|
from datetime import time, datetime
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
import pytz
|
||||||
|
|
||||||
import discord
|
import discord
|
||||||
from discord.ext import commands, tasks
|
from discord.ext import commands, tasks
|
||||||
import pytz
|
|
||||||
|
|
||||||
import common as cmn
|
import common as cmn
|
||||||
import info
|
import info
|
||||||
|
@ -36,6 +36,7 @@ status_mode = "fixed"
|
|||||||
statuses = ["with lids on the air", "with fire"]
|
statuses = ["with lids on the air", "with fire"]
|
||||||
|
|
||||||
# Timezone for the status (string)
|
# Timezone for the status (string)
|
||||||
|
# See https://pythonhosted.org/pytz/ for more info
|
||||||
status_tz = 'US/Eastern'
|
status_tz = 'US/Eastern'
|
||||||
# The text to put in the "playing" status, with start and stop times
|
# The text to put in the "playing" status, with start and stop times
|
||||||
time_statuses = [('with lids on 3.840', (00, 00), (6, 00)),
|
time_statuses = [('with lids on 3.840', (00, 00), (6, 00)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user