Update auto-kick-unassigned.js

Fixed typo in unassigned warning.
This commit is contained in:
vohk 2023-11-17 22:40:14 -08:00 committed by GitHub
parent 8a988c1e73
commit 5427d36018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ export default class AutoKickUnassigned extends BasePlugin {
warningMessage: {
required: false,
description: 'Message SquadJS will send to players warning them they will be kicked',
default: 'Join a squad, you are are unassigned and will be kicked'
default: 'Join a squad, you are unassigned and will be kicked'
},
kickMessage: {
required: false,