fix even more deprecation issues

This commit is contained in:
SowinskiBraeden committed 2022-09-30 11:11:27 -07:00
1 parent 7b13df2c73
commit 21811a18a9
6 files changed
+24 -24

No files matched your search

+1 -1
View File
@@ -35,7 +35,7 @@ module.exports = {
let channelsEmbed = new EmbedBuilder()
.setColor('#0099ff')
.setDescription('**Allowed Channels to use the Bot**')
.addFieldss(
.addFields(
{ name: `There are currently ${guild.server.allowedChannels.length} allowed channels.`, value: `Channels:${channels}`, inline: true },
)
.setFooter('LPS Website Support', client.config.IconURL, 'https://discord.gg/jgUW656v2t')