From 3295d751870ec36a676e13c9cc65c76c92fd5f7a Mon Sep 17 00:00:00 2001 From: godslayerakp <74981904+RedMan13@users.noreply.github.com> Date: Sat, 19 Aug 2023 21:13:01 -0700 Subject: [PATCH] Update ws.js --- extensions/godslayerakp/ws.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/godslayerakp/ws.js b/extensions/godslayerakp/ws.js index 3a9cb7776e..5b3af0df00 100644 --- a/extensions/godslayerakp/ws.js +++ b/extensions/godslayerakp/ws.js @@ -1,3 +1,7 @@ +// Name: WebSocket +// Description: an extension for connecting to websocket servers like discord and cloudlink. +// By: RedMan13 + (function(Scratch) { 'use strict'; if (!Scratch.extensions.unsandboxed) throw 'can not load out side unsandboxed mode'; @@ -277,4 +281,4 @@ // @ts-ignore Scratch.extensions.register(instance); // @ts-ignore -})(Scratch); \ No newline at end of file +})(Scratch);