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