aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/randomCharacterOOC.ts
diff options
context:
space:
mode:
authorstonedDiscord <stonedDiscord@users.noreply.github.com>2024-11-20 13:31:50 +0000
committerGitHub Action <actions@github.com>2024-11-20 13:31:50 +0000
commit6684f3fce6e90fd0574d7bab63b629554ab03ef6 (patch)
treeb2a62247d17e23a77af57aea355ba621666817c2 /webAO/dom/randomCharacterOOC.ts
parent95a2d1361d84c61b454ebe506e6963b93f6d8dee (diff)
Prettified Code!
Diffstat (limited to 'webAO/dom/randomCharacterOOC.ts')
-rw-r--r--webAO/dom/randomCharacterOOC.ts6
1 files changed, 3 insertions, 3 deletions
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;