Skip to content

Commit

Permalink
fix: fix a bugaroo with leave i18n call
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Jan 24, 2024
1 parent f0b581d commit bba519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/slash/Main/hub/leave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class Leave extends Hub {
simpleEmbed(
t(
{ phrase: 'errors.missingPermissions', locale: interaction.user.locale },
{ permission: 'Manage Channels', emoji: emojis.no },
{ permissions: 'Manage Channels', emoji: emojis.no },
),
),
],
Expand Down

0 comments on commit bba519b

Please sign in to comment.