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 deflates the `CommandErrorHandler` from all the conditionals in place when it comes to error types. Most importantly, it allows us to centralize error handling of both `text` and `slash`...
The `LinePaginator` has been migrated to `pydis_core` The changes here are simply to reuse the paginator from the core lib.
## Steps to Reproduce 1. Run a help command in DM 2. Click on the trash emoji If we have the emoji there, users would expect it to delete the...
## Relevant Issues Closes #1082 ## Description Added new cog of guess the number game ## Did you: - [x] Join the [**Python Discord Community**](https://discord.gg/python)? - [x] Read all the...
## Relevant Issues ~~This is one possible solution to #1403. I'll leave the floor open for discussion over other options.~~ Looks like this is the solution that fits! Closes #1403...
## Relevant Issues Closes #1145 ## Description After a user invokes the ".topic" command and reacts with the reroll emoji, the embed will now show the previous few conversation prompts....
Closes #1196 The change is pretty similar to the bookmark one, and makes it more intuitive to delete a book mark straight from the DMs using a context menu command
## Description Certain links, specifically ones with ../tree/.., are reacted to with Christmas trees. ## Steps to Reproduce Send a link to a GitHub directory in a channel where the...
## Description I have recently been using the .bm command and noticed when bookmarking codeblocks it doesnt provide a pastebin link with it. It would be a nice feature to...
Currently, Sir Lancebot cannot bookmark messages that are part of closed posts and according to @HassanAbouelela, this is due to the nature of discord.py ([discussion](https://discord.com/channels/267624335836053506/635950537262759947/1067378097189572738)) Chris suggested to use a...