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