Closes #2
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from discord import Intents, Bot
|
||||
from discord import Intents
|
||||
from libbot.pycord.classes import PycordBot
|
||||
|
||||
intents = Intents().all()
|
||||
intents.members = True
|
||||
client = Bot(intents=intents)
|
||||
client = PycordBot(intents=intents)
|
||||
|
Reference in New Issue
Block a user