Skip to content

Commit

Permalink
fix: call correct misc.webhookNoLongerExists
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Apr 21, 2024
1 parent a535bef commit 84311df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InterChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class InterChat extends SuperClient {
? channel
: await this.channels.fetch(connection.channelId) as GuildTextBasedChannel;

await networkChannel.send(t({ phrase: 'webhookNoLongerExists', locale: 'en' }, { emoji: emojis.info }));
await networkChannel.send(t({ phrase: 'misc.webhookNoLongerExists', locale: 'en' }, { emoji: emojis.info }));
}
});

Expand Down

0 comments on commit 84311df

Please sign in to comment.