You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.setTitle(`This Bot is made by \`Tomato#6966\` and **this** is the Source Code link to this Bot`)
18
-
.setColor(ee.color)
19
-
.setFooter(ee.footertext,ee.footericon)
20
-
.setDescription(`WOAH THERE ARE DOCS!?!!?\n[\`CLICK HERE\`](https://discord.js.org/#/docs/main/stable/general/welcome)\nYes, discord.js has docs that can be used when creating a bot with it.\nIf you need some pointers for using the docs watch a video by one of our Lower Management Members\n\nhttps://www.youtube.com/watch?v=CvcDpm4PsnI`)
21
-
);
22
-
}catch(e){
23
-
console.log(String(e.stack).bgRed)
24
-
returnmessage.channel.send(newMessageEmbed()
25
-
.setColor(ee.wrongcolor)
26
-
.setFooter(ee.footertext,ee.footericon)
27
-
.setTitle(`${emoji.msg.ERROR} ERROR | An error occurred`)
28
-
.setDescription(`\`\`\`${e.message}\`\`\``)
29
-
);
30
-
}
15
+
message.channel.send(newMessageEmbed()
16
+
.setTitle(`This Bot is made by \`Tomato#6966\` and **this** is the Source Code link to this Bot`)
17
+
.setColor(ee.color)
18
+
.setFooter(ee.footertext,ee.footericon)
19
+
.setDescription(`WOAH THERE ARE DOCS!?!!?\n[\`CLICK HERE\`](https://discord.js.org/#/docs/main/stable/general/welcome)\nYes, discord.js has docs that can be used when creating a bot with it.\nIf you need some pointers for using the docs watch a video by one of our Lower Management Members\n\nhttps://www.youtube.com/watch?v=CvcDpm4PsnI`)
.setTitle(`Interested in using Lavalink? use \`Erela.js\``)
19
-
.setURL("https://www.npmjs.com/package/erela.js")
20
-
.addField("Bot's Source Code. ","Don't just use the source for yourself,... please [invite](https://discord.com/api/oauth2/authorize?client_id=742672021422342165&permissions=8&scope=bot) me too")
.setDescription(`If your \`application.yml\` has the port set to \`2333\` (or any custom one set by you) and lavalink shows it started on 8080 it means that the application.yml wasn't found in the directory you started lavalink in.
If your in /bot and you run \`java -jar ./lavalink/lavalink.jar\` it will look for application.yml in /bot. Make sure to start lavalink in the directory the \`application.yml\` is located.`)
28
-
);
29
-
}catch(e){
30
-
console.log(String(e.stack).bgRed)
31
-
returnmessage.channel.send(newMessageEmbed()
32
-
.setColor(ee.wrongcolor)
33
-
.setFooter(ee.footertext,ee.footericon)
34
-
.setTitle(`${emoji.msg.ERROR} ERROR | An error occurred`)
35
-
.setDescription(`\`\`\`${e.message}\`\`\``)
36
-
);
37
-
}
16
+
message.channel.send(newMessageEmbed()
17
+
.setTitle(`Interested in using Lavalink? use \`Erela.js\``)
18
+
.setURL("https://www.npmjs.com/package/erela.js")
19
+
.addField("Bot's Source Code. ","Don't just use the source for yourself,... please [invite](https://discord.com/api/oauth2/authorize?client_id=742672021422342165&permissions=8&scope=bot) me too")
.setDescription(`If your \`application.yml\` has the port set to \`2333\` (or any custom one set by you) and lavalink shows it started on 8080 it means that the application.yml wasn't found in the directory you started lavalink in.
If your in /bot and you run \`java -jar ./lavalink/lavalink.jar\` it will look for application.yml in /bot. Make sure to start lavalink in the directory the \`application.yml\` is located.`)
.addField("Source Code. ","Don't just use the source for yourself,... please [invite](https://discord.com/api/oauth2/authorize?client_id=742672021422342165&permissions=8&scope=bot) me too")
.addField("Source Code. ","Don't just use the source for yourself,... please [invite](https://discord.com/api/oauth2/authorize?client_id=742672021422342165&permissions=8&scope=bot) me too")
0 commit comments