Change intent comments to be consistent in the examples

This commit is contained in:
Omkaar 2022-03-15 17:08:34 +05:30 committed by GitHub
parent c28c3f4440
commit beafaa8a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# This example requires the 'members' privileged intent
# This example requires the 'members' privileged intent to function.
import discord