Haha yes discord bot
Find a file
2022-06-20 11:42:12 +02:00
.vscode default launch 2022-06-17 02:08:52 +02:00
commands Inspirobot 2022-06-20 11:42:12 +02:00
events show the user id too 2022-06-20 08:34:24 +02:00
utils Fixed some very stupid mistake with child_process.exec 2022-06-20 08:34:18 +02:00
.env.example Status page for uptime kuma 2022-06-16 13:29:07 +02:00
.eslintrc.json fix eslint 2022-06-17 02:14:14 +02:00
.gitignore Initial .gitignore 2022-06-16 09:18:16 +02:00
deploy-commands.cjs Inspirobot 2022-06-20 11:42:12 +02:00
index.js Moved commends to category folders 2022-06-17 07:31:58 +02:00
LICENSE Add license 2022-06-16 09:35:12 +02:00
package-lock.json node-fetch 2022-06-17 01:25:14 +02:00
package.json Add script to deploy commands 2022-06-17 12:51:23 +02:00
prereq.cjs Moved commends to category folders 2022-06-17 07:31:58 +02:00
readme.md Update prerequisites 2022-06-17 01:37:43 +02:00

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