HLc Discord Bot
This bot uses discord.js.
- Install dependencies
npm i
- Connect to your Railway project
railway link
- Start the bot
railway run npm run dev
- To create a new command, just create a file in the appropriate
bot-commands
sub-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.