Changed scheduler declaration
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from discord import Intents
|
||||
from libbot.pycord.classes import PycordBot
|
||||
|
||||
from modules.scheduler import scheduler
|
||||
|
||||
intents: Intents = Intents().all()
|
||||
|
||||
intents.members = True
|
||||
|
||||
client: PycordBot = PycordBot(intents=intents)
|
||||
client: PycordBot = PycordBot(intents=intents, scheduler=scheduler)
|
||||
|
Reference in New Issue
Block a user