A discord bot for personal use. For a replit version, go to the replit git page
This branch is only for those who want to host it out of replit (In replit, it uses a monitor ping as KeepAlive). If you want to use the KeepAlive method, simply copy part of the code that runs it (in server.js and the beginning and end of index.js)
- Replacing twitter links with vxtwitter and other links (can be configured in the config and linkReplacer)
- Vx-ivy slash command (instead of deleting your message)
- Custom message replies
- Download it (git clone, zip, whichever)
- Install dependencies
- Run
npm i
- Optional: nodemon
npm i nodemon
- Run
- Set up global variables
- Follow the example in
.env.example
and rename it as.env
, then fill out all fields. - botOwnerID is optional, just delete shutdown command from
commands.js
and other related parts if you don't want that feature.
- Follow the example in
- Run
nodemon
/node src/index.js
to start the bot