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 = {