Haha yes discord bot
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Supositware d8c5ffa1d9 Use babel with import assertions 2 years ago
.vscode default launch 2 years ago
commands Add ratelimit and cooldowns 2 years ago
events Add blacklist reason 2 years ago
json Tweet command 2 years ago
migrations Models and migration for sequelize 2 years ago
models Models and migration for sequelize 2 years ago
utils Fix some downloads 2 years ago
.env.example Updated example for twitter command 2 years ago
.eslintrc.json Use babel with import assertions 2 years ago
.gitignore Ignore sequelize config.json (npx sequelize init) 2 years ago
LICENSE Add license 2 years ago
deploy-commands.cjs Tweet command 2 years ago
deploy-owner-commands.cjs owner command 2 years ago
index.js owner command 2 years ago
package-lock.json Use babel with import assertions 2 years ago
package.json Use babel with import assertions 2 years ago
prereq.cjs Moved commends to category folders 2 years ago
readme.md Update prerequisites 2 years ago

readme.md

Haha Yes

A multi function discord bot.

Getting Started

These instructions will get you a copy of the project up and running on your local machine

Prerequisites

You need to install the following

Installing

git clone https://git.namejeff.xyz/Supositware/Haha-Yes
cd haha-Yes
git checkout slash
npm install

To run the bot for the first time you need to execute deploy-guild-commands.js so the commands can be registered, don't forget to set your .env accordingly. node deploy-commands.cjs

then you can just run it normally. node index.js

If you want to run the bot automatically you can use pm2

npm install -g pm2
pm2 start index.js --name (insert name)

If you are on linux and don't need automatic restart on crash you can just do nohup node index.js &

Built With

Authors

  • Loïc Bersier

Paypal

License

This project is licensed under the GNU Affero General Public License v3.0 License - see the LICENSE file for details

Acknowledgments

  • discord.JS team
  • Tina the Cyclops girl#0064 for inspiring me for starting the making of this bot