Klunker
Discord py bot that can play magic the gathering
Bug Hunter
Hello Bug Hunters. To help out with production of this bot, we need help catching bugs and issues to make our system work, faster, better, and with less chance of all of you data being deleted.
Warning
- There are some intentional unbalanced cards, stats, or functions used for testing and beta. They will be removed in the future.
How to Help
We want you to help us catch bugs and report them back to us so we can fix them and keep you happy using our bot. So how do you report to us?
- If you already have a GitHub account, you don't not have to go any further and you can make a issue in our repository
github.com/AidenCastillo/klunker/issues
. If you do not, you can dm Klunker#6013 and use the command ~bughunter. (This way has more steps then using a github account, so we recommend to use github. You also get credit for your issues and bugs more.) - Fill out the questions
- Use ~issue, and follow the directions the bot gives you.
- Done. You have made a issue for us to review and handle
Using
A few things you may like/need to know before using this bot.
Setup
First thing you need to do before using klunker is create a variable.py
file in the same directory as main.py. All items found in the section Variables
will be placed into the variable.py
file formated as:
variable = ""
for string variables, stated in the following section.int = 123
for integer variables, stated in the following section.bool = True/False
for boolean variables, stated in the following section.
Variables
Token
String - This is a required variable, you must put your discord bot token found atdiscord.com/developers
.testmode
Boolean - This is a required variable, enables testing features, bypasses some checks, and enabeles beta/upcoming features.ownerID
Integer - This may be a required variable for some commands. Place the owner of the bot'sDiscord ID
Customizable Parts
Most of the files in data/
are customizable to your own needs. If you decide to add something to those files or edit the json files, we recommend to keep the same formate as the previous items in the files.