Browse Source

Remove misplaced semicolon

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
8f3615cafb
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -123,7 +123,7 @@ client.on("guildCreate", (guild) => {
channel.name === "general" && channel.type === "text" channel.name === "general" && channel.type === "text"
) )
if (welcomeChannel) { if (welcomeChannel) {
welcomeChannel.send("'Sup, I'm the AwesomeSciBo bot! Use `/help` to learn more about me!"); welcomeChannel.send("'Sup, I'm the AwesomeSciBo bot! Use `/help` to learn more about me!")
.catch(console.error); .catch(console.error);
} }
}); });

Loading…
Cancel
Save