Browse Source

Change intent comments to be consistent in the examples

pull/7696/head
Omkaar 3 years ago
committed by GitHub
parent
commit
beafaa8a8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/basic_bot.py
  2. 2
      examples/new_member.py

2
examples/basic_bot.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

2
examples/new_member.py

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

Loading…
Cancel
Save