im trying to use a cmd named 'pong' in my commands folder and the bot wont respond for some reason.

im trying to use a cmd named 'pong' in my commands folder and the bot wont respond for some reason.

const client = new SapphireClient({
    caseInsensitiveCommands: true,
    caseInsensitivePrefixes: true,
    defaultCooldown: {
        delay: 2000,
        scope: BucketScope.User,
        filteredUsers: envParseArray('OWNERS'),
    },
    defaultPrefix: ['omega'],
    enableLoaderTraceLoggings: true,
    intents: [
        'GUILDS',
        'GUILD_MESSAGES',
    ],
    loadMessageCommandListeners: true,
});

this is my client and logs
[8:07:31 PM] File change detected. Starting incremental compilation...

[8:07:32 PM] Found 0 errors. Watching for file changes.

2022-05-17 20:07:34 - INFO  - Logging in.
2022-05-17 20:07:35 - INFO  - ApplicationCommandRegistries: Initializing...
2022-05-17 20:07:35 - INFO  - Logged in.
2022-05-17 20:07:35 - INFO  - ApplicationCommandRegistries: Took 368ms to initialize.
Was this page helpful?