From 6684f3fce6e90fd0574d7bab63b629554ab03ef6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 13:31:50 +0000 Subject: Prettified Code! --- webAO/dom/randomCharacterOOC.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webAO/dom/randomCharacterOOC.ts') diff --git a/webAO/dom/randomCharacterOOC.ts b/webAO/dom/randomCharacterOOC.ts index 657a474..c701f62 100644 --- a/webAO/dom/randomCharacterOOC.ts +++ b/webAO/dom/randomCharacterOOC.ts @@ -1,8 +1,8 @@ -import { client } from '../client' +import { client } from "../client"; /** * Random character via OOC. */ export function randomCharacterOOC() { - client.sender.sendOOC(`/randomchar`); + client.sender.sendOOC(`/randomchar`); } -window.randomCharacterOOC = randomCharacterOOC; \ No newline at end of file +window.randomCharacterOOC = randomCharacterOOC; -- cgit