Skip to content

Cave Monkey is a discord bot made to aid you in your BTD6 gameplay.

Notifications You must be signed in to change notification settings

its-truce/CaveMonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cave Monkey 🎈

Cave Monkey is a discord bot made to help BTD6 players: it provides a lot of useful info that can be utilized in your gameplay, while also being easily understandable and noob friendly. It's written in Python using the discord.py library. Any incorrect information should be reported to me on discord.

Installing & Running 🤖

I would prefer it if you don't run an instance of my bot. It can be invited using this link. If you still want to run an instance of my bot, however, here's how you can do it:

  • Make a bot from the discord developer portal. Here's a tutorial on setting up your bot.
  • Give your bot all intents. Only the messages intents is required for it to function, but /pop checks if the user is on mobile or not which requires all intents.
  • Make sure you have the latest stable version of Python installed.
  • Make a venv. In your root folder, run this command:
    # Making a venv:
    python3 -m venv venv
  • Install the requirements. This is simply:
    # Installing dependencies:
    pip install -U -r requirements.txt
  • Enter your bot's token in the config.py file.

About

Cave Monkey is a discord bot made to aid you in your BTD6 gameplay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages