metkil / CoolerBot

A JavaScript based Discord bot using discord.js for use with the Arma community The Cooler Server.
1 stars 1 forks source link

Added the ability to restrict the bot to specific channels, simplified the cooldown control and added a queue to the role command #13

Closed gkovalechyn closed 6 years ago

gkovalechyn commented 6 years ago

Changes: + .gitignore file (Should handle most Jetbrains IDE's and NodeJs's files). + Ability to restrict the bot to specific channels. + Role command. (Changing the sheet still needs to be implemented, haven't got around to doing that yet)

* To avoid repeated code the cooldown control was simplified. * Changed the activity to be "v{version}" instead of "on v{version}".

I should have made each change in a separate pull request but I only realized that after I had pushed all the commits.

metkil commented 6 years ago

Looks awesome, thanks for the contribution!