Added the required intents (and removed a bunch of useless ones)
This commit is contained in:
7
run.py
7
run.py
@@ -12,7 +12,12 @@ import cambot.polls as polls
|
|||||||
from cambot.emojis import *
|
from cambot.emojis import *
|
||||||
from cambot.settings import *
|
from cambot.settings import *
|
||||||
|
|
||||||
bot = nextcord.Client()
|
intents = nextcord.Intents.default()
|
||||||
|
intents.typing = False
|
||||||
|
intents.presences = False
|
||||||
|
intents.message_content = True
|
||||||
|
|
||||||
|
bot = nextcord.Client(intents=intents)
|
||||||
codenames_games = {}
|
codenames_games = {}
|
||||||
wordle_games = {}
|
wordle_games = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user