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 the anagram command always wait for 60s before announcing if i got right. ## Steps to Reproduce 1. `.anagram`. 2. guess the word 3. *guess correctly* ## Expected...
## Description Wordle is a very, very popular word game that's rising in players. ## Reasoning It's a game that would be fun to play with others, and the game...
## Description PR #953 explicitly blocked all commands which run in DMs, but minesweeper was missed in testing. Minesweeper commands only work in DMs, which makes the game unplayable. ##...
## Description Migrating the `.quiz` command to threads for when it is called and deleting the thread once the quiz is over. In addition, adding more questions to some of...
## Description Code-golf competition! ## Proposed Implementation 1. The bot stores a queue of challenges. Staff members should be able to add new questions to the queue with a command...
## Description The following quiz question is missing "substitution" as a valid answer: `A ____________ reaction is the one wherein an atom or a set of atoms is/are replaced by...
Sentry Issue: [SIR-LANCEBOT-7P](https://sentry.io/organizations/python-discord/issues/2968237583/?referrer=github_integration) ``` ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: application/json', url=URL('http://api.wolframalpha.com/v2/query?input=y+%3D+W%E2%88%921(x)+if+%E2%88%921/e+%E2%89%A4+x+%3C+0&appid=EJTXQJ-PHQXE29HLK&output=JSON&format=image,plaintext&location=the+moon&latlong=0.0,0.0&ip=1.1.1.1') File "discord/ext/commands/core.py", line 167, in wrapped ret = await coro(*args, **kwargs) File "bot/exts/utilities/wolfram.py", line 244,...
## Description Taken on the 26th  ## Steps to Reproduce Look at the bot after AOC ## Expected Behaviour normal status or something ## Actual Behaviour countdown since aoc...
## Description After #901 was merged, I thought of 2 more ideas that I think might be cool to add to the Madlibs game. 1) Add an "end game" button...
## Description When users link to a github issue on discord via `repo#num` (e.g. `sir-lancebot#999`), we currently (as of #998) display a purple tick all the time if it's a...