-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5273679
commit 1693471
Showing
1 changed file
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
# AVB | ||
A system of vouch :) | ||
# AVB (Avada Vouch Bot) | ||
|
||
It's a bot allowing you to put/receive/see vouches and a small system of top 10 of the server with the most Vouches. | ||
The system works without SQL but quite simply with a .json which serves as storage. | ||
|
||
|
||
|
||
## Commands | ||
|
||
- /vouch [member] | ||
- /reputation [member] | ||
- /leaderboard | ||
|
||
The first command , its for put a vouch on a member like tht (img) : | ||
https://raw.githubusercontent.com/AvadaKedavra6/AVB/main/vouchh.png | ||
|
||
the second command , its for display all vouches of a member like tht (img) : | ||
https://raw.githubusercontent.com/AvadaKedavra6/AVB/main/reputation.png | ||
|
||
the third command , its for display the top 10 of vouches like tht (img) : | ||
https://raw.githubusercontent.com/AvadaKedavra6/AVB/main/leaderboard.png | ||
|
||
|
||
## Installation | ||
|
||
First config the ".env" file. | ||
|
||
After : | ||
```bash | ||
npm i | ||
node deploy-commands.js | ||
node index.js | ||
``` | ||
|
||
## Credits | ||
|
||
Made entirely with <3. | ||
|
||
- Avada Kedavra (me) | ||
|
||
## Usage | ||
|
||
Its free and open-source project so you can use as ur own but dont forgot to put me in credits :) |