You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create folder named utility in the commands folder.
Add user command in the utility subdirectory
./commands/utility/user.js
/** @type {import('../index').Command} */exportdefault{data: {name: 'user',description: 'Provides information about the user.',},asyncexecute(interaction){awaitinteraction.reply(`This command was run by ${interaction.user.username}.`);},};
Which package is this bug report for?
create-discord-bot
Issue description
Steps to reproduce:
npm create discord-bot
utility
subdirectory./commands/utility/user.js
.env
filenpm run deploy
Expected:
Actual:
Note: The user command was skipped.
Code sample
Versions
Issue priority
Low (slightly annoying)
Which partials do you have configured?
Not applicable
Which gateway intents are you subscribing to?
Guilds
I have tested this issue on a development release
No response
The text was updated successfully, but these errors were encountered: