intents
This commit is contained in:
parent
24dee1f63f
commit
7776672300
@ -11,6 +11,8 @@ USER_ID = config.USER_ID
|
|||||||
PREFIX = '$'
|
PREFIX = '$'
|
||||||
|
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.default()
|
||||||
|
intents.messages = True
|
||||||
|
intents.dm_messages = True
|
||||||
bot = commands.Bot(command_prefix=PREFIX, intents=intents)
|
bot = commands.Bot(command_prefix=PREFIX, intents=intents)
|
||||||
|
|
||||||
def setup_logging():
|
def setup_logging():
|
||||||
|
Loading…
Reference in New Issue
Block a user