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 When one uses the .latex command with lancebot, the bot replies with a rendered image of the tex commands. The requested features are: * when the original .latex...
Allow users to use a command like `!challenge` and it would send a python question (Basic or Advanced) and users can try and solve it, and they can test their...
## Description (Full list of changes is located on #778's review comments) - [ ] constants Some constants are unused, or not used well. - [ ] move ratelimits Ratelimits...
Sentry Issue: [SIR-LANCEBOT-85](https://sentry.io/organizations/python-discord/issues/3263171130/?referrer=github_integration) ``` KeyError: 'status_code' File "discord/ext/commands/core.py", line 167, in wrapped ret = await coro(*args, **kwargs) File "bot/exts/fun/movie.py", line 94, in movies err_msg = f"There is problem while making...
## Description I think it would make sense to review the current questions we have in the [`py_topics.yaml`](https://github.com/python-discord/sir-lancebot/blob/main/bot/resources/utilities/py_topics.yaml) file and make appropriate additions/corrections. ## Reasoning I think that the `.topic`...
## Description I think it would make sense for the embed that is sent when you try to bookmark with DM's off to auto-delete, just like the one that says...
## Description Port `&blurplify` command from sir-robin to sir-lancebot, now that April fools is over. Contribution to this command can continue here. ## Reasoning There seems to be interest in...
## Relevant Issues Closes #627 ## Description This implements the global leaderboard command, it is basically a leaderboard for all the games together, if you win the coinflip, you get...
This PR makes a Redis cache in `bot.bot` to store all the unloaded extensions, on every unload and load this cache would be edited in the desired manner, either removing...
## Description Uptime command https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/core/ping.py#L29-L40 ## Reasoning It look cool ## Proposed Implementation Use Relative timestamp of discord `` ## Would you like to implement this yourself? - [ ]...