mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Change intent comments to be consistent in the examples
This commit is contained in:
parent
c28c3f4440
commit
beafaa8a8b
@ -1,4 +1,4 @@
|
||||
# This example requires the 'members' and 'message_content' privileged intents
|
||||
# This example requires the 'members' and 'message_content' privileged intents to function.
|
||||
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
|
@ -1,4 +1,4 @@
|
||||
# This example requires the 'members' privileged intent
|
||||
# This example requires the 'members' privileged intent to function.
|
||||
|
||||
import discord
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user