diff --git a/.gitignore b/.gitignore index 3d8fa95..9933c39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /json/config.json -/node_modules \ No newline at end of file +/node_modules +/database/ \ No newline at end of file diff --git a/README.md b/README.md index 6838242..35ab27a 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ Clashtivity is a handy discord bot that allows you to view all kinds of Clash of ## Built With * [Discord](https://discord.gg) - The platform the bot is running on. -* [NodeJS](https://nodejs.org/) - Managing the backend. * [Clash of Clans](https://clashofclans.com/) - The game the bot retrieves it's stats from. +* [NodeJS](https://nodejs.org/) - Managing the backend. +* [Axios](https://github.com/axios/axios) - NPM package for retrieving data from the API. +* [Discord JS-Commando](https://www.npmjs.com/package/discord.js-commando) - NPM package for connecting with discord. + ## Authors -* **Guus van Meerveld** - *Initial work* - [Guus van Meerveld](https://github.com/Guusvanmeerveld) +* **Guus van Meerveld (Xeeon)** - *Everything* - [Guus van Meerveld](https://github.com/Guusvanmeerveld) See also the list of [contributors](https://github.com/Guusvanmeerveld/Commands-Creator/graphs/contributors) who participated in this project.