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