Remove console.log debugging

This commit is contained in:
SileNce5k 2021-03-10 23:36:03 +01:00
parent 0bfeb8d3b6
commit cca78602c9
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -9,7 +9,6 @@ module.exports = {
info = message.author.id;
} else {
info = parseMention(args[0], message.guild);
console.log(info)
}
let user = message.guild.members.cache.get(info);