sir-lancebot
sir-lancebot copied to clipboard
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
## Description About one year ago, I created a pull request (#509) that closed issue #277, a relatively simple game called the Spooky Name Rate game where people try to...
Slay the dragon! Implement an old-school text-based adventure for our bot! You can write the adventure any way you want, and pick any theme you want, no dragons required! The...
## Description Currently, the vast majority of static data stored in lance is in JSON format, but a few files are YAML or plain text. I propose that this all...
## Description The bot sometimes sends you error messages when you type invalid commands. ## Steps to Reproduce Type `...and` or `.cand` or so on in a channel, and you'll...
Well, for those who are interested in the global community of the worlds, a bit of information could do us good. The idea for this bot is to provide information...
There are plenty of places around that celebrate Pride events on a yearly basis. This command will list a number of upcoming Pride events, either world-wide or filtered by a...
For transparent avatars, having the desired flag as the background would be better than just a black color.
## Description This proposes porting the [`CustomHelpCommand`](https://github.com/python-discord/bot/blob/3ac54c5dd926738ce4c5b9fe2433b006d1ea9cee/bot/exts/info/help.py#L41) class from the server's [Python Bot](). This would mean either replacing the current implementation for [SeasonalBot]() or extending it to fit the port....
## Description `constants.py` has quite a bit of mess. There are constants we no longer use, there is a mix of regular classes and NamedTuples, and a lack of documentation....
## Description Instead of putting each line as a separate entry in the `lines` parameter, `.extension list` will create a line with newline characters in it, like so https://github.com/python-discord/sir-lancebot/blob/b0bddb905b8b7e311aad103570c8245f7c0a0683/bot/exts/utils/extensions.py#L164-L168 While...