syntax resolve
This commit is contained in:
parent
5b8062d1e8
commit
01daace13f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = async (client, message) => {
|
||||||
{
|
{
|
||||||
author: message.author.tag,
|
author: message.author.tag,
|
||||||
authorIcon: message.author.avatarURL
|
authorIcon: message.author.avatarURL
|
||||||
}
|
})
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue