diff options
Diffstat (limited to 'server/src/commands/mod/Kick.ts')
| -rw-r--r-- | server/src/commands/mod/Kick.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/mod/Kick.ts b/server/src/commands/mod/Kick.ts index 3295c2a..da1a91f 100644 --- a/server/src/commands/mod/Kick.ts +++ b/server/src/commands/mod/Kick.ts @@ -24,7 +24,7 @@ export default class KickMod extends Command { type: 'string', prompt: { start: 'Which user would you like to kick?', - retry: 'That doesn\' seem to be a user, please try again!' + retry: 'That doesn\'t seem to be a user, please try again!' } }, { |