diff --git a/src/commands/systemd_linger.ts b/src/commands/systemd_linger.ts index 025d6d8..f77eb79 100644 --- a/src/commands/systemd_linger.ts +++ b/src/commands/systemd_linger.ts @@ -20,7 +20,7 @@ export default class SystemdD_Linger extends Command { switch (args[0]) { case 'enable': await this.client.util.exec(`loginctl enable-linger ${account.username}`); - this.success(message.channel, 'Successfully activated SystemdD linger.'); + this.success(message.channel, 'Successfully activated SystemD linger.'); break; case 'disable': await this.client.util.exec(`loginctl disable-linger ${account.username}`);