use tasks
parent
0010f8f5aa
commit
3eed22661f
1
bot.py
1
bot.py
|
@ -13,6 +13,7 @@ from urllib.request import urlopen, Request
|
||||||
import random
|
import random
|
||||||
import discord
|
import discord
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
|
from discord.ext import tasks
|
||||||
from os import environ
|
from os import environ
|
||||||
import dbl
|
import dbl
|
||||||
from bot_utils import *
|
from bot_utils import *
|
||||||
|
|
Loading…
Reference in New Issue