Include owner in custom owner command message
This commit is contained in:
parent
ce885d7318
commit
8211d67326
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
||||||
client.guilds.cache.each(guild => {
|
client.guilds.cache.each(guild => {
|
||||||
user = guild.members.cache.get(author);
|
user = guild.members.cache.get(author);
|
||||||
});
|
});
|
||||||
sendText = `The owner of ${customName} is ${user.user.username}`
|
sendText = `The owner of ${customName} is ${user.user.username} (id: ${user.user.id}).`
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue