This commit is contained in:
MathMan05
2024-12-11 21:21:11 -06:00
parent 8e7aea193c
commit a0e4888806
3 changed files with 14 additions and 4 deletions

View File

@@ -43,6 +43,13 @@ class Guild extends SnowFlake{
this.setnotifcation();
});
this.contextmenu.addbutton(
()=>I18n.getTranslation("user.editServerProfile"),
function(){
this.member.showEditProfile();
}
);
Guild.contextmenu.addbutton(
()=>I18n.getTranslation("guild.leave"),
function(this: Guild){