title | description | tags | |||
---|---|---|---|---|---|
Discord Bot Typescript |
A Discord bot written in Typescript |
|
This example starts a Discord bot using discord.js.
- Discord.js
- TypeScript
- Live-reload development
- Install dependencies
npm
- Connect to your Railway project
railway link
- Start the bot
railway run npm start
- 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.