Skip to content

Commit

Permalink
fix: suggestions notes modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jul 30, 2024
1 parent 521e679 commit 5f76efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suggestions/core/suggestion_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ async def modify_note_on_suggestions(
# We should now update the suggestions message
await suggestion.edit_suggestion_message(ih)

await ih.send(ih.bot.get_localized_string("NOTE_INNER_RESPONSE", ih))

# We should tell the user a change has occurred
suggestion_author_id: int = suggestion.suggestion_author_id
user_config: UserConfig = await UserConfig.from_id(
Expand Down Expand Up @@ -92,5 +94,3 @@ async def modify_note_on_suggestions(
embed.set_author(name=guild.name, icon_url=icon_url)
user: disnake.User = await ih.bot.fetch_user(suggestion_author_id)
await user.send(embed=embed)

await ih.send(ih.bot.get_localized_string("NOTE_INNER_RESPONSE", ih))

0 comments on commit 5f76efc

Please sign in to comment.