sir-lancebot icon indicating copy to clipboard operation
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.

Results 170 sir-lancebot issues
Sort by recently updated
recently updated
newest added

## 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...

type: feature
status: approved
status: stalled

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...

type: feature
status: planning
category: fun

## Description (Full list of changes is located on #778's review comments) - [ ] constants Some constants are unused, or not used well. - [ ] move ratelimits Ratelimits...

type: feature
status: approved
area: backend
type: enhancement
category: utilities

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...

type: bug
good first issue
category: fun

## 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`...

type: feature
status: planning

## 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...

type: feature
status: planning

## 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...

type: feature
status: planning

## 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...

type: feature
area: backend
status: needs review
up for grabs
category: fun

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...

type: feature
area: backend
status: needs review
up for grabs
category: core

## 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? - [ ]...

status: planning
type: enhancement
category: core