Browse Source
Change intent comments to be consistent in the examples
pull/7696/head
Omkaar
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
examples/basic_bot.py
-
examples/new_member.py
|
|
@ -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 |
|
|
|
|
|
|
|