const client: SapphireClient = new SapphireClient({
"intents": [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages],
"loadMessageCommandListeners": true,
"defaultPrefix": "!"
});
const client: SapphireClient = new SapphireClient({
"intents": [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages],
"loadMessageCommandListeners": true,
"defaultPrefix": "!"
});