title | description | tags | ||
---|---|---|---|---|
Discord TypeScript bot |
A Discord bot written in TypeScript |
|
This example starts a Discord bot using discord.js and TypeScript.
- Discord.js
- TypeScript
- Install dependencies
yarn
- Connect to your Railway project
railway link
- Start the bot
railway run yarn dev
The server started launches a Discord bot with a couple of basic commands. The code is located at src/index.ts
.