Goal: Make a classic command like !hello.
Make sure "PREFIX": "!"
Create messages/hello.js
module.exports = {
name: "hello",
async execute(message) {
await message.reply("Hello from Helix! 👋");
}
};
node index.js
In Discord: type !hello