code cleanup and removal of auth stuff

This commit is contained in:
Raven Scott
2023-04-07 20:54:46 +02:00
parent d8c69ba5fe
commit e3a6f6c664
4 changed files with 6 additions and 9 deletions

View File

@ -30,7 +30,7 @@ module.exports = {
const embed = new EmbedBuilder()
.setColor("#FF0000")
.setTitle("About rAI")
.setDescription(`Latency : ${client.ws.ping}ms\n\nrAI is a bot managed by \`snxraven#8205\` running GPT4ALL and LLama 7B/7B-native.`)
.setDescription(`Latency : ${client.ws.ping}ms\n\nrAI is a bot managed by \`snxraven#8205\` \nRunning GPT4ALL and LLama 7B/7B-native.`)
.addFields(specsFields)
.setTimestamp()
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });