Change intent comments to be consistent in the examples

This commit is contained in:
Omkaar
2022-03-15 07:38:34 -04:00
committed by GitHub
parent c28c3f4440
commit beafaa8a8b
2 changed files with 2 additions and 2 deletions
+1 -1
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 import discord
from discord.ext import commands from discord.ext import commands
+1 -1
View File
@@ -1,4 +1,4 @@
# This example requires the 'members' privileged intent # This example requires the 'members' privileged intent to function.
import discord import discord