From 3567d910fdb7f9695cfb3405046b62a39d6a4567 Mon Sep 17 00:00:00 2001 From: kdh8219 <65698239+kdh8219@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:28:34 +0900 Subject: [PATCH] get_blacklist.ts add new line --- src/command/commands/get_blacklist.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/command/commands/get_blacklist.ts b/src/command/commands/get_blacklist.ts index 6aa09b8..7241d68 100755 --- a/src/command/commands/get_blacklist.ts +++ b/src/command/commands/get_blacklist.ts @@ -50,7 +50,8 @@ export default { text += await mojangAPI.getIdFromUUID(minecraft_uuid); text += ", "; } - text = text.slice(0, text.length - 2); + text = text.slice(0, -2); + text += "\n"; } const buffer_file = {