Skip to content

Nazunawa/KuroBot-Local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KuroBot

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)

Table of content

  1. Current Features
  2. Dependencies
  3. Hosting it

Current Features

  • 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

Dependencies

Hosting it

  1. Download it (git clone, zip, whichever)
  2. Install dependencies
    • Run npm i
    • Optional: nodemon npm i nodemon
  3. 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.
  4. Run nodemon / node src/index.js to start the bot

About

A discord bot for personal use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published