Skip to content

Commit

Permalink
Fix wrong kw
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me-1 committed Jan 23, 2024
1 parent 20f21b6 commit c4b9f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ async def unset_game_channel(self, inter: disnake.ApplicationCommandInteraction,
await ORM.unset_game_channel(inter.guild_id, game_id)
logger.info(f'{inter.guild.name} [{inter.guild_id}] : Unset custom channel for `{game}`')
emb_success.description = f"The notification channel for `{game}` is no longer set."
await inter.edit_original_message(emb=emb_success)
await inter.edit_original_message(embed=emb_success)

# ---------------------------------------------------------------------------------
# APPLICATION COMMANDS
Expand Down

0 comments on commit c4b9f79

Please sign in to comment.