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.
Haha-Yes/README.md

51 lines
1.1 KiB
Markdown

5 years ago
# Haha Yes
5 years ago
5 years ago
A multi function discord bot.
5 years ago
5 years ago
## Getting Started
5 years ago
5 years ago
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.
5 years ago
5 years ago
### Prerequisites
5 years ago
5 years ago
You need to install the following
5 years ago
5 years ago
```
https://github.com/Automattic/node-canvas
```
### Installing
5 years ago
```
git clone https://gitlab.com/loicbersier/discordbot
5 years ago
cd discordbot
5 years ago
npm init -y
npm install
```
5 years ago
To run the bot either use pm2
```
npm install -g pm2
pm2 start index.js --name(insert name)
```
or node
```
node index.js
```
## Built With
* [Discord.JS](https://github.com/discordjs/discord.js) - The discord api used
* [Discord-Akairo](https://github.com/1Computer1/discord-akairo) - The framework used for Discord.JS
## Authors
* **Loïc Bersier**
## License
5 years ago
5 years ago
This project is licensed under the **GNU Affero General Public License v3.0** License - see the [LICENSE](LICENSE) file for details
5 years ago
5 years ago
## Acknowledgments
5 years ago
5 years ago
* discord.JS team
* 1computer1 for discord-akairo
* Tina the Cyclops girl#0064 for inspiring me for making this bot