yes
This commit is contained in:
parent
2246fa7da4
commit
3fcf70b95f
3
bot.py
3
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 = []
|
||||
|
||||
@ -1 +1 @@
|
||||
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:a:hello:hello:joe mama -ian:joe mama -eric:avergae man -peter:hello:a:a:a:a:a:a:a:a:hello:hello:
|
||||
Loading…
Reference in New Issue
Block a user