Skip to content

Commit 6ed54b3

Browse files
committed
Fix typo
1 parent 0e6eecd commit 6ed54b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function ensureEmoji(guild: Guild, emojiId: Snowflake, fallbackName: string): Gu
209209
const fallback = guild.emojis.cache.find(e => e.name === fallbackName);
210210
if (!fallback) {
211211
throw new Error(
212-
`Emoji with ID "${emojiId}" not found in guild "${guild.id}". Also did not fine a fallback with name "${fallbackName}"`,
212+
`Emoji with ID "${emojiId}" not found in guild "${guild.id}". Also did not find a fallback with name "${fallbackName}"`,
213213
);
214214
}
215215
return fallback;

0 commit comments

Comments
 (0)