This is a bot made by the devcord discord server with the discord.js javascript library.
This is how the bot works: Every message that you send gives you points! For all messages sent on our server in the help category you get 5 points per message. If a members thanks you, the bot will try to detect whom he/she thanked and give 10 points to the person. All other messages are 1 point a piece.
This is an open source repository, meaning we allow you to contribute on our repository and beautify it! You can fork this repository and clone it on your local machine through git. When you want to submit changes, you can create a pr and if your changes to the repository looks good, one of the moderators will accept the request and merge the changes into the repository
Interested in contributing to this repository? Follow these steps:
- Go to our repository and on the top of the page, click on the
fork
button - Create a fresh directory on your local machine
- Open the terminal and type these commands:
git init && git remote add contrib-branch "https://github.com/<your username>/points.git" && git branch <branch name> && git checkout <branch name>
- Make some nice changes
- Open the terminal again and type these commands:
git add . && git commit "<Give a short definition of the changes you made>" && git push origin <branch name>
- Head over to
https://github.com/<your username>/points/tree/<branch name>
Here, you will see a message that says something like "You made some changes to this fork. Compare and create a pr". Click on what you want to do. - If you clicked on the text that says something like "Create a pr", you will be redirected to a page in which you are supposed to give detailed information about the changes you made so that the moderators can know what changes you made and accept it if they like it
- And at last, thank you for contributing to this repository!