title | description | tags | ||
---|---|---|---|---|
Discord bot |
A Discord bot written in JavaScript |
|
This example starts a Discord bot using discord.js.
- Discord.js
- JavaScript
- Install dependencies
yarn
- Connect to your Railway project
railway link
- Start the bot
railway run yarn dev
- Upon the first run of the starter, it can take up to an hour for your slash commands to be visible in the Discord Client.
- To create a new command, just create a file in the
Commands
directory. You can take a look at theTemplate.js
file for an example of what commands should look like. For any additional help see the discord.js guide. - If you need any additional help with this, join our Discord server and create a thread in the project help channel.