Update index.js

fix `trolbot_1  | SyntaxError: missing ) after argument list`
This commit is contained in:
Julia 2021-09-05 19:54:35 +02:00 committed by GitHub
parent 0a8036b70c
commit f7d96b31bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ client.on("messageCreate", (msg) =>
{
const embed = new MessageEmbed()
.setColor("#ffffff")
.setTitle(config.prefix " helpy :^)")
.setTitle(config.prefix + " helpy :^)")
.addFields(
{ name: "trol", value: "uses attachment (if any)" },
{ name: "trol <link>", value: "uses image link" },