Fix "unexpected end of input" on startup (8ball)

This commit is contained in:
Anthony M 2021-02-05 01:33:25 -06:00 committed by GitHub
parent ea73dcbeba
commit 9080311b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -36,4 +36,6 @@ module.exports = {
}
]
};
message.channel.send({ embed });
message.channel.send({ embed });
}
}