minor bug fix
This commit is contained in:
parent
700c8f6dbc
commit
03d1bc13c7
3 changed files with 3 additions and 2 deletions
|
@ -667,7 +667,7 @@ class Channel{
|
|||
* Please dont use this, its not implemented.
|
||||
**/
|
||||
async grabArround(id:string){//currently unused and no plans to use it yet
|
||||
throw new Error("please don't call this, no one has implmented it :P")
|
||||
throw new Error("please don't call this, no one has implemented it :P")
|
||||
}
|
||||
buildmessage(message:Message,next:Message){
|
||||
const built=message.buildhtml(next);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue