From 8df3043fd45922a95c5e3352ef64201c242415f7 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sun, 11 Aug 2024 21:55:01 -0500 Subject: [PATCH] add more condeming use of bad function --- .dist/channel.js | 2 ++ webpage/channel.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.dist/channel.js b/.dist/channel.js index 433c0d9..08950f1 100644 --- a/.dist/channel.js +++ b/.dist/channel.js @@ -662,6 +662,8 @@ class Channel { } /** * Please dont use this, its not implemented. + * @deprecated + * @todo **/ async grabArround(id) { throw new Error("please don't call this, no one has implemented it :P"); diff --git a/webpage/channel.ts b/webpage/channel.ts index 7275bd7..2c168ed 100644 --- a/webpage/channel.ts +++ b/webpage/channel.ts @@ -672,6 +672,8 @@ class Channel{ } /** * Please dont use this, its not implemented. + * @deprecated + * @todo **/ async grabArround(id:string){//currently unused and no plans to use it yet throw new Error("please don't call this, no one has implemented it :P")