https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/easter/easter_riddle.py#L50 ```python self.current_channel = ctx.message.channel ``` to ```python self.current_channel = ctx.channel ``` https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/evergreen/avatar_modification/_effects.py#L105 space between `RGB` and `value`. https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/evergreen/avatar_modification/_effects.py#L17 typo `fuctions` https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/evergreen/avatar_modification/avatar_modify.py#L36 typo `synchronus` (`synchronous`) https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/evergreen/avatar_modification/avatar_modify.py#L74 typo `delted` https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/evergreen/battleship.py line 34 and 35 `board` and `opponent_board` could be updated to `Optional[discord.message]` https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/evergreen/battleship.py#L416 Creation of an instance of Game() could be outside the `try` `except` block. Just slimming the try block. https://github.com/python-discord/sir-lancebot/blob/main/bot/exts/evergreen/battleship.py#L416 remove parentheses