We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e103b3a commit 1abfd51Copy full SHA for 1abfd51
1 file changed
src/webpage/index.ts
@@ -116,7 +116,7 @@ if (window.location.pathname.startsWith("/channels")) {
116
},
117
{
118
visible: function () {
119
- return thisUser.channelfocus?.guild.member.hasPermission("MANAGE_CHANNELS") || false;
+ return thisUser.lookingguild?.member.hasPermission("MANAGE_CHANNELS") || false;
120
121
122
);
@@ -130,7 +130,7 @@ if (window.location.pathname.startsWith("/channels")) {
130
131
132
133
134
135
136
0 commit comments