From beafaa8a8b8006357c2a1ca6802ed80e000f4cda Mon Sep 17 00:00:00 2001 From: Omkaar <79257339+Pysics@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:08:34 +0530 Subject: [PATCH] Change intent comments to be consistent in the examples --- examples/basic_bot.py | 2 +- examples/new_member.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic_bot.py b/examples/basic_bot.py index cbb8a8a11..f8f9732ad 100644 --- a/examples/basic_bot.py +++ b/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 diff --git a/examples/new_member.py b/examples/new_member.py index e08130588..d5dbf909b 100644 --- a/examples/new_member.py +++ b/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