Remove console.log debugging
This commit is contained in:
parent
0bfeb8d3b6
commit
cca78602c9
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ module.exports = {
|
||||||
info = message.author.id;
|
info = message.author.id;
|
||||||
} else {
|
} else {
|
||||||
info = parseMention(args[0], message.guild);
|
info = parseMention(args[0], message.guild);
|
||||||
console.log(info)
|
|
||||||
}
|
}
|
||||||
let user = message.guild.members.cache.get(info);
|
let user = message.guild.members.cache.get(info);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue