Daniel Gu

Results 9 issues of Daniel Gu

If someone claims a help channel but then deletes the message that claimed the channel the help channel stays claimed but there isn't anything useful going on, the bot should...

s: planning
p: 3 - low
a: help channels
t: enhancement

## Description Add 3 levels of difficulty to the connect 4 AI for the user to choose from: - **Easy**: the current AI implementation - **Medium**: the AI also attempts...

type: feature
status: planning

I think `!raw` would benefit from being a context menu command (that sends an ephemeral message). From what I've seen, it's mostly used in `#bot-commands` with a message ID/link, so...

The `!resources` command accepts an optional argument to specify the resource topic in the URL. For example, `!resources data science` will result in the following link: https://www.pythondiscord.com/resources/?topics=data-science However, there is...

s: stalled
status: approved

Closes #97 ![image](https://github.com/python-discord/sir-robin/assets/84215197/a14190ca-959c-4707-ba25-523b15ae7b7c) I feel like duplicating the code isn't the best way to go about this, but I couldn't really think of anything else. Any suggestions to avoid it...

Area: Advent of code

Currently, when someone in the top 10 runs `&aoc lb`, their score gets moved to the top of the leaderboard: ![image](https://github.com/python-discord/sir-robin/assets/84215197/1908c7aa-8cb1-4fce-85dc-5a81dcef1f38) I think it would make more sense for it...

Area: Advent of code

## Description When an event without a name is in a remote calendar, it (and events on or after that day) are not rendered in the week planner view and...

bug

Currently the only way (that I am aware of) to 'ignore' a field using a custom regex is to include an empty capture group. However, this means that if the...

According to the markdown spec, lines separated by a single newline should be joined with a space. Discord embeds doesn't seem to respect this, as demonstrated by the `!traceback` tag:...

t: bug
a: frontend
s: planning
a: tags