sapphire-support
@bot command
worksregular-problems
ftwimport { SapphireClient } from '@sapphire/framework'
import { config } from 'dotenv'
config()
const client = new SapphireClient({
intents: ['GUILDS', 'GUILD_MEMBERS', 'GUILD_MESSAGES', 'GUILD_VOICE_STATES'],
defaultPrefix: '.',
loadMessageCommandListeners: true,
})
client.login(process.env.BOT_TOKEN)
loaded the messgeCommandListeners"main": "dist/index.js",
main too@bot command
.command