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 Changes a users current profile picture into something more seasonal, similar to commands like .spookify ## Reasoning It would be fun and spread the holiday cheer ## Proposed...
## Description Currently, the riddle waits until the end of the riddle to display the correct answers. I think this should operate like the [quiz command](https://github.com/python-discord/seasonalbot/blob/master/bot/exts/evergreen/trivia_quiz.py#L47-L183), as soon as someone...
## Description I was thinking of adding a `.yoda ` command that transforms text into yoda-like speech. Example: `.yoda You must have patience my young Padawan.` Returns: `Patience you must...
A command that uses Markov to generate a poem. @martmists already started working on this, but the PR was closed for inactivity in https://github.com/python-discord/seasonalbot/pull/97. Marty said he might have time...
## Description I'll preface this by saying that the command name is subject to change, I don't like the current one (avatarmod) a great deal, but I can't currently think...
## Description Create a Kenken game command. You can read more about the game here: http://www.kenkenpuzzle.com/howto/solve# Thanks to @Sn4u for the original suggestion! [Link to discussion](https://discord.com/channels/267624335836053506/635950537262759947/923733863245692988) ## Reasoning I've played...
## Description A command that will fetch information about a certain day (can be filtered by the year too) for AOC puzzles. ## Reasoning I've seen a lot of people...
## Description Since we have migrated to discord v2.0a we have the new button interactions support, and since they allow making a 3*3 block (3 buttons per row in 3...
## Description [2048](https://en.wikipedia.org/wiki/2048_(video_game)) is a single-player game in which you must slide around tiles labelled with powers of 2 in four directions. When two tiles of the same value combine,...
## Description It'll just emulate the cowsay program. ## Reasoning This would be useful because it would be funny. ## Proposed Implementation It would have the flags of the original...