Untitled

 avatar
unknown
plain_text
a year ago
235 B
4
Indexable
permissoes = discord.Intents.default()
permissoes.message_content = True
permissoes.members = True
bot = commands.Bot(command_prefix='!', intents=permissoes)
intents.bans = True  # Certifique-se de que o bot pode acessar banimentos
Editor is loading...
Leave a Comment