3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 01:25:02 +00:00

typo and return

This commit is contained in:
almeidx 2021-07-29 00:50:41 +01:00
parent c21e779c03
commit 6b53cf6e28
2 changed files with 6 additions and 10 deletions

View file

@ -55,7 +55,7 @@ export const ButtonInteractionEvt = reactionRolesEvt({
.getPlugin(LogsPlugin)
.log(
LogType.BOT_ALERT,
`**A configuration error occured** on buttons for message ${int.message.id}, group **${context.groupName}** not found in config`,
`**A configuration error occurred** on buttons for message ${int.message.id}, group **${context.groupName}** not found in config`,
);
return;
}
@ -67,7 +67,7 @@ export const ButtonInteractionEvt = reactionRolesEvt({
.getPlugin(LogsPlugin)
.log(
LogType.BOT_ALERT,
`**A internal error occured** on buttons for message ${int.message.id}, action **${context.action}** is not known`,
`**A internal error occurred** on buttons for message ${int.message.id}, action **${context.action}** is not known`,
);
return;
}