mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-19 16:05:25 +00:00
undo weird change
This commit is contained in:
@@ -116,7 +116,7 @@ if (window.location.pathname.startsWith("/channels")) {
|
||||
},
|
||||
{
|
||||
visible: function () {
|
||||
return thisUser.channelfocus?.guild.member.hasPermission("MANAGE_CHANNELS") || false;
|
||||
return thisUser.lookingguild?.member.hasPermission("MANAGE_CHANNELS") || false;
|
||||
},
|
||||
},
|
||||
);
|
||||
@@ -130,7 +130,7 @@ if (window.location.pathname.startsWith("/channels")) {
|
||||
},
|
||||
{
|
||||
visible: function () {
|
||||
return thisUser.channelfocus?.guild.member.hasPermission("MANAGE_CHANNELS") || false;
|
||||
return thisUser.lookingguild?.member.hasPermission("MANAGE_CHANNELS") || false;
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user