aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/coinflip.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-53/+0
| | | | | | | | | | | This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed.
* Removed unecessary annotations.Gravatar Xithrius2021-09-01-2/+2
|
* Fix type annotationsGravatar decorator-factory2021-08-31-3/+2
|
* Implement requested changes to CoinSide converterGravatar Izan2021-08-27-2/+3
| | | | Converter is now case-insensitive and uses `self.CONSTANT` instead of `CoinSide.CONSTANT`
* Fix message getting sent twiceGravatar Izan2021-08-27-1/+3
| | | | Message no longer gets sent twice when no side was provided to the `.coinflip` command
* General improvementsGravatar Izan2021-08-27-9/+6
| | | | Fix typo in docstring, change logic for creating message to be smarter, change CoinSide converter logic to be smarter
* Fix `CoinSide` error being suppressedGravatar Izan2021-08-25-2/+2
| | | | Now explicitly passes `None` as default value rather than using `typing.Optional`.
* Move lemojis into constants.pyGravatar Izan2021-08-24-6/+3
|
* Update message to start with lowercaseGravatar Izan2021-08-24-2/+2
|
* Add missing docstringsGravatar Izan2021-08-23-0/+3
|
* Initial commit (add coinflip command in coinflip.py)Gravatar Izan2021-08-23-0/+54