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.
This is a possible implementation of #1560 Creating a Codespace causes Poetry to be triggered automatically: ``` Configuring codespace... Running oryx... $ python -m site --user-site python process exited with...
## Description Add a devcontainer configuration to the repository to make setting up the development environment easier and more consistent for all contributors. ## Reasoning A devcontainer ensures that all...
Currently when the hangman command times out it doesn't tell you what the word was:  This is annoying if you were still playing but were just slow thinking of...
## Relevant Issues ## Description ## Did you: - [x] Join the [**Python Discord Community**](https://discord.gg/python)? - [x] Read all the comments in this template? - [x] Ensure there is an...
## Description I changed the `uptime` command to use a discord formatted timestamp, rather than formatting the start_time and sending it. This way you can see exactly when the bot...
## Description Currently, only staff can use the .rp command in channels like #python-discussion. I propose we change it so any user can use it, as with the .topic command....
We should make sure we aren't using any of the methods deprecated in this major release, in the migration guide (https://docs.sentry.io/platforms/python/migration/1.x-to-2.x) `push_scope` is mentioned as being deprecated but we still...
## Description The latex preamble determines which packages/commands are available to the user when writing .tex input for .latex command. This proposal involves adding fun TikZ-related packages to the latex...
## Description The `bemyvalentine` feature allows for valentines to either be secret/anonymous (sends the message to the selected user through DMs, without mentioning who it's from), or public by default...
## Description Created from discussion in #1491. Me: > A question I thought would be fun is generating a random directed graph and asking people to find the shortest path...