Skip to content

AidenCastillo/klunker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

picture alt

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?

  1. 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.)
  2. Fill out the questions
  3. Use ~issue, and follow the directions the bot gives you.
  4. 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.

picture alt

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 at discord.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's Discord 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.

About

Discord py bot that plays magic the gathering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages