mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Minor test, works
This commit is contained in:
@@ -28,7 +28,7 @@ mybot.on("message", function (message) {
|
||||
console.log(key);
|
||||
}
|
||||
|
||||
mybot.reply(message, user + "'s evaluated permissions in this channel are " + message.channel.permissionsOf(user).attachFiles);
|
||||
mybot.reply(message, user + "'s evaluated permissions in this channel are " + message.channel.permissionsOf(user).sendTTSMessages);
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user