add more condeming use of bad function
This commit is contained in:
parent
084aa1cf80
commit
8df3043fd4
2 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue