From dda92bd41f4bee11e2cc5de265ce4fbf5221f1ff Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Sep 2023 13:10:36 +0200 Subject: autoformat with eslint --- webAO/packets/handlers/handleRM.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/packets/handlers/handleRM.ts') diff --git a/webAO/packets/handlers/handleRM.ts b/webAO/packets/handlers/handleRM.ts index c18821b..e11abc8 100644 --- a/webAO/packets/handlers/handleRM.ts +++ b/webAO/packets/handlers/handleRM.ts @@ -1,10 +1,10 @@ import {client} from '../../client' import vanilla_music_arr from "../../constants/music.js"; - /** +/** * we are asking ourselves what characters there are * @param {Array} args packet arguments */ export const handleRM = (_args: string[]) => { client.sender.sendSelf(`SM#${vanilla_music_arr.join("#")}#%`); - } \ No newline at end of file +} \ No newline at end of file -- cgit