Skip to content

A simple Discord bot with a Disboard Bump ranking system [OUTDATED]

License

Notifications You must be signed in to change notification settings

Hyper-TH/Hyper-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please note that this is using an older version of DiscordJS(v12?)

Leveling up system does not currently work (if it's dependable on disboard bumping)

Hyper-Bot

A simple Discord bot with a Disboard Bump ranking system

v0.1.0

List of commands

  • !!h help
    Display list of available commands

  • !!h kick
    Kick a user with their user ID

  • !!h ban
    Ban a user with their user ID

  • !!h sum
    Get the sum of two numbers

  • !!h day?
    Find the day of your birthday in x years

  • !!h gay
    Find out how gay you are/someone is

  • !!h leaderboard
    Display the top 10 Disboard bumpers of the server

Setting up

Envrionment variables (.env file)

Make a copy of .env.example and rename the copied file to .env. Environment variables go in here.

Edit .env with your bot's actual Bot token, Disboard ID, and your MongoDB URL

It is important to note that all tokens and urls from the environment file .env and from the source files itself prior to v0.1.0 are now invalid.

Install dependencies/packages

npm install discord.js
npm install dotenv --save
npm install discord.js-leveling
npm install mongoose
npm install qrcode

Start the bot

Start the bot by running

npm run start

About

A simple Discord bot with a Disboard Bump ranking system [OUTDATED]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages