forked from Supositware/Haha-Yes
added README.md
This commit is contained in:
parent
2dabcc20ab
commit
d7d05b30dc
1 changed files with 34 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# A simple discord bot
|
||||
|
||||
A simple discord bot made with discord.js and commando
|
||||
|
||||
## Feature
|
||||
|
||||
- Kick and ban user, you can provid a reasons and the user will know
|
||||
- Faceapp
|
||||
- put images into other images ( i dont know how to explain so here a picture of it: <img src="https://cdn.discordapp.com/attachments/494942676521713684/529954642608521216/edupspaint.png">)
|
||||
- take images from reddit & imgur
|
||||
- can make the bot write thing in emote or just repeat what the user say
|
||||
- Print thing from the printer dev ( yes really, to disable simple delete print.js or disable with "${prefix} unload print")
|
||||
- autoresponse ( that can be disable with a simple command "${prefix} autoresponse disable ("all" for server wide))
|
||||
- and more !
|
||||
|
||||
### Installing
|
||||
|
||||
To install you need the dependency for [**node-canvas**](https://github.com/Automattic/node-canvas) and for [**node-printer ( for ubuntu )**](https://github.com/tojocky/node-printer)
|
||||
|
||||
then for the bot do the following commands
|
||||
|
||||
```
|
||||
git clone https://gitlab.com/loicbersier/discordbot
|
||||
npm init -y
|
||||
npm install
|
||||
```
|
||||
|
||||
##### Special thanks to
|
||||
|
||||
discord.js (https://github.com/discordjs) for providing discord.js, 1computer1 for discord-akairo (https://github.com/1Computer1/discord-akairo) and the discord.js guide<br>
|
||||
All the people who made all the node modules<br>
|
||||
[TG/LW] Tina the Cyclops#5861 for inspiring me to make this bot
|
||||
|
||||
[You can also support me on patreon](https://patreon.com/user?u=15330358&utm_medium=social&utm_source=twitter&utm_campaign=creatorshare)
|
Loading…
Reference in a new issue