Skip to content

Commit

Permalink
Merge branch 'org-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Borketh committed Sep 11, 2024
2 parents fa8e105 + 31f7995 commit a86ec16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fred/cogs/crashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ async def process_message(self, message: Message) -> bool:

if there_were_files:
self.logger.info("Removing reaction")
await message.remove_reaction("👀", self.bot.user)
await message.remove_reaction(EMOJI_CRASHES_ANALYZING, self.bot.user)

if filtered_responses := list(set(responses)): # remove dupes

Expand Down
2 changes: 1 addition & 1 deletion fred/fred.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .fred_commands import Commands, FredHelpEmbed
from .libraries import createembed, common

__version__ = "2.22.3"
__version__ = "2.22.4"


class Bot(commands.Bot):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fred"
version = "2.22.3"
version = "2.22.4"
description = "A Discord bot for the Satisfactory Modding Discord "
authors = ["Feyko <[email protected]>", "Mircea Roata <[email protected]>", "Borketh <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit a86ec16

Please sign in to comment.