Skip to content

Commit

Permalink
Update ws.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMan13 authored Aug 20, 2023
1 parent 99727b7 commit 3295d75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extensions/godslayerakp/ws.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Name: WebSocket
// Description: an extension for connecting to websocket servers like discord and cloudlink.
// By: RedMan13 <https://scratch.mit.edu/users/RedMan13/>

(function(Scratch) {
'use strict';
if (!Scratch.extensions.unsandboxed) throw 'can not load out side unsandboxed mode';
Expand Down Expand Up @@ -277,4 +281,4 @@
// @ts-ignore
Scratch.extensions.register(instance);
// @ts-ignore
})(Scratch);
})(Scratch);

0 comments on commit 3295d75

Please sign in to comment.