Enable all intents

pull/2/head
sgoudham 3 years ago
parent cb2f6866dd
commit c3d59e2e32
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -1,12 +1,10 @@
import discord
from discord import Intents
from discord.ext import commands
from discord.ext.commands import Context
from exclamation_mark_charity import BOT_PREFIX, BOT_TOKEN
intents = discord.Intents.default()
intents.members = True
bot = commands.Bot(command_prefix=BOT_PREFIX, description="idk", intents=intents)
bot = commands.Bot(command_prefix=BOT_PREFIX, intents=Intents.all())
@bot.command()

Loading…
Cancel
Save