inital member list support
This commit is contained in:
parent
b2a31d7993
commit
a1902a912f
8 changed files with 501 additions and 288 deletions
|
@ -34,6 +34,7 @@ class Guild extends SnowFlake{
|
|||
html!: HTMLElement;
|
||||
emojis!: emojijson[];
|
||||
large!: boolean;
|
||||
members=new Set<Member>();
|
||||
static contextmenu = new Contextmenu<Guild, undefined>("guild menu");
|
||||
static setupcontextmenu(){
|
||||
Guild.contextmenu.addbutton("Copy Guild id", function(this: Guild){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue