Haha yes discord bot
Find a file
2019-04-28 13:12:06 +02:00
board Need that folder 2019-03-13 18:57:33 +01:00
commands big weeb 2019-04-28 13:12:06 +02:00
dictionary renmaed 2019-03-29 05:22:04 +01:00
event correctly show number of bot and also show number of users and total members 2019-04-17 19:11:16 +02:00
img When april first, start Haha yes gold 2019-03-31 17:31:47 +02:00
json removed "playing" 2019-04-11 20:02:55 +02:00
.eslintrc.json 2019-01-03 14:22:39 +01:00
.gitignore thispersondoesnotexist 2019-03-30 05:08:00 +01:00
buildConfig.py added bot ID to the minimum version 2019-04-11 18:17:02 +02:00
config-exemple.jsonc prefix need to be in [] 2019-03-30 04:53:17 +01:00
emojiCharacters.js Changed indent 2019-01-02 08:09:45 +01:00
index.js add timestamp to console.log & console.error 2019-03-31 20:59:16 +02:00
LICENSE Changed license to AGPL 2019-01-26 12:35:33 +00:00
package.json updated packages and added ytdl-core 2019-04-06 20:45:04 +02:00
rand.js added [delete] 2019-04-05 19:47:06 +02:00
README.md Update README.md 2019-03-28 18:51:22 +00: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 for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to install the following

https://github.com/Automattic/node-canvas

Installing

git clone https://gitlab.com/loicbersier/discordbot
cd discordbot
npm init -y
npm install

To run the bot either use pm2

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

or node

node index.js

If on linux you can also do

nohup node index.js &

You can now use the python script buildConfig.py to build a config.json

Built With

Authors

  • Loïc Bersier

License

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

Acknowledgments