GeyikBot is a Discord Game Bot built with discord.js & uses Command Handler from discordjs.guide
- Discord Bot Token Guide
- Node.js v14.0.0 or newer
If deploying to Heroku make sure to create config variables
git clone https://github.com/kayraucklnc/GeyikBot
cd GeyikBot
npm install
After installation finishes you can use node bot.js to start the bot.
Rename .env_sample to .env and fill out the values.
DISCORD_API_SECRET = XXX
ADMINID = XXXCurrently available locales are:
- English (en)
- Check Contributing if you wish to help add more languages!
Note: The default prefix is '!'
- 🎮 Play 1 person Rock Paper Scissors
!rps
- 🎮 Play 2 person Rock Paper Scissors
!pvprps
- ❓ Play "Who wants to be a millionaire"?
!million
- 🧠 Random quote
!quote
- 💣 Nuke the channel
!nuke
- 🥳 Play Snitch
!snitch
- Command Handler from discordjs.guide
- Fork the repository
- Clone your fork:
git clone https://github.com/kayraucklnc/GeyikBot.git - Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request




