if message.content.upper().startswith('!BAN'): if "449706643710541824" in [role.id for role in message.author.roles]: await
我有基本设置,所以只有管理员可以禁止。我想发出禁令命令,但我不知道该怎么做。
python discord.py
discord.py ×1
python ×1