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")