Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord.py intents

#intents list: https://discordpy.readthedocs.io/en/latest/api.html?highlight=client#discord.Intents
bot = commands.Bot(command_prefix='', intents=discord.Intents.all())
Source by discordpy.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #intents
ADD COMMENT
Topic
Name
8+9 =