Adds a badge showing the number of people helping this repo on CodeTriage.
[![Open Source Helpers](https://www.codetriage.com/jh0ker/mau_mau_bot/badges/users.svg)](https://www.codetriage.com/jh0ker/mau_mau_bot)
## What is CodeTriage?
CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed
[Read more about the CodeTriage project](https://www.codetriage.com/what).
## Why am I getting this PR?
Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 5 months ago, [@TiagoDanin](https://github.com/TiagoDanin) added this project to CodeTriage in order to start contributing.
## What does adding a badge accomplish?
Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project.
You can see an example of a CodeTriage badge on these popular OSS READMEs:
- [![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails
- [![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal
## Have a question or comment?
While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics.
If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again.
Thanks for making your project Open Source! Any feedback is greatly appreciated.
* kick handler test
* Add authentication and fix bugs
* Add help text
* minor fix
* Remove useless comments
* Get user object from reply first.
* Update bot.py
* minor fix
* update help text
* Update AUTHORS.md
* Remove old /kick implementation
* minor fix
* Manually merge upstream changes
* No need to accept args
* remove unused chat_setting.py
* botan
* import botan from submodule for compatibility with python-telegram-bot 8.1+
* fix typo
* Update requirements.txt
* delete submodule
* Drop botan support completely
* Refine the way of getting config
* Bug fix
* Changes for possible bug
* New sanic mode wip
* More changes for fast mode, WIP
* Fast mode is playable (code is ugly tho)
* Fixed skip error
* Fixed fast mode error
* Bug fixing
* Possible fix for the /leave bug before the game starts
* Update README to include Codacy badge
* Fixing error prone code
* Removing code smells
* Removing more code smells
* How long can this go on? (More smells according to Codacy)
* Compile locale fixed for Linux. Small es_ES fix.
* Major refactoring
* Wild mode finished. Changed emojis for text in log.
* Removing test prints, back to emojis
* Code cleaning and fix for player time in fast mode
* Changing help to not override builtin function
* Decreased bot.py's complexity
* Default gamemode is now Fast. Added a bot configuration file
* back to random
* Moved logger to shared_vars
* Added MIN_FAST_TURN_TIME to config and fixed 'skipped 4 times' message
* Pull review changes
* More review changes
* Removing codacy badge linked to my account for pull request
* Fixed first special card issue, logger back to how it was (with just one logging init)
* Renamed gameplay config file to gameplay_config.py.
* Remove import of telegram.Emoji
* Using a list of filters in MessageHandler is getting deprecated
* Update requirements
Proudly upgrades to latest python-telegram-bot
* Refine readme
* Test kill command
* Another implement
* Add /kill command
* initial config support
* json config
* Add token into json
* Typo
* Add Admin list
* Refine admin & starter
* Fix an exception
* Fix typo
* refine readme
* Update help