Browse Source

Fix secret example requiring more intents than necessary

pull/8318/head
Rapptz 3 years ago
parent
commit
df54da8bc9
  1. 1
      examples/secret.py

1
examples/secret.py

@ -6,7 +6,6 @@ import discord
from discord.ext import commands
intents = discord.Intents.default()
intents.message_content = True
bot = commands.Bot(command_prefix=commands.when_mentioned, description="Nothing to see here!", intents=intents)

Loading…
Cancel
Save