Skip to content

Commit 3672bb2

Browse files
committed
words(en-US): typo fix
1 parent d2f8934 commit 3672bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default class extends Language {
152152
monitorCommandHandlerAborted: 'Aborted',
153153
// eslint-disable-next-line max-len
154154
inhibitorCooldown: (remaining, guildCooldown) => `${guildCooldown ? 'Someone has' : 'You have'} already used this command. You can use this command again in ${remaining} second${remaining === 1 ? '' : 's'}.`,
155-
inhibitorDisabledGuild: 'This command has been disabled in this server by and admin/mod.',
155+
inhibitorDisabledGuild: 'This command has been disabled in this server by an admin/mod.',
156156
inhibitorDisabledGlobal: 'This command has been globally disabled by my owner(s).',
157157
inhibitorMissingBotPerms: missing => `I can't do that because I'm missing some permissions: **${missing}**.`,
158158
inhibitorNsfw: 'You can only use NSFW commands in NSFW channels.',

0 commit comments

Comments
 (0)