This commit is contained in:
MathMan05
2024-10-09 14:16:34 -05:00
parent 8ca4f3368b
commit bb37c83d2a
2 changed files with 21 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ class Channel extends SnowFlake{
idToNext: Map<string, string> = new Map();
messages: Map<string, Message> = new Map();
voice?:Voice;
bitrate:number=128000;
static setupcontextmenu(){
this.contextmenu.addbutton("Copy channel id", function(this: Channel){
navigator.clipboard.writeText(this.id);