Haha yes discord bot
Find a file
2019-03-15 17:59:16 +01:00
board Need that folder 2019-03-13 18:57:33 +01:00
commands Forgot to put as owner only, and removed it 2019-03-15 17:59:16 +01:00
dictionary Added ben shapiro 2018-12-01 02:55:54 +01:00
event Send image as attachment when the message is only a link 2019-03-15 17:08:16 +01:00
img background for no light 2019-03-01 19:07:06 +01:00
json new blacklist 2019-03-09 23:34:55 +01:00
.eslintrc.json 2019-01-03 14:22:39 +01:00
.gitignore frame001 2019-03-01 19:06:40 +01:00
config-exemple.jsonc Removed printChannel 2019-02-27 21:14:04 +01:00
emojiCharacters.js Changed indent 2019-01-02 08:09:45 +01:00
index.js Moved thing around 2019-01-10 08:58:33 +01:00
LICENSE Changed license to AGPL 2019-01-26 12:35:33 +00:00
package.json Added "get-urls" 2019-03-15 16:55:56 +01:00
rand.js yes 2019-02-17 20:15:23 +01:00
README.md Update README.md 2019-03-09 22:54: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 &

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