Skip to content

Commit

Permalink
commands: Kill: update kill message
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscodefxy committed Apr 21, 2024
1 parent af5f7f5 commit bc4e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/author/Kill.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bc4e0c2

Please sign in to comment.