mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-13 20:43:17 +02:00
Fix dependencies
This commit is contained in:
@@ -160,7 +160,7 @@ module.exports = async (client, message) => {
|
||||
"SPEAK"
|
||||
// "DEAFEN_MEMBERS",
|
||||
];
|
||||
if (!message.guild.me.permissions.has(required_perms)) {
|
||||
if (!message.guild.members.me.permissions.has(required_perms)) {
|
||||
try {
|
||||
message.react("❌");
|
||||
} catch {}
|
||||
|
Reference in New Issue
Block a user