diff --git a/src/commands/author/Kill.php b/src/commands/author/Kill.php index d5d90b0..2a7ada1 100644 --- a/src/commands/author/Kill.php +++ b/src/commands/author/Kill.php @@ -46,7 +46,7 @@ public function configure(): void */ public function handle($msg, $args): void { - $msg->reply('hara-kiri')->then( + $msg->reply('ハラキリ')->then( function () { exit(0); }