mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +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
|
import discord
|
||||||
from discord.ext import commands
|
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
|
import discord
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user