fix more deprecation issues
This commit is contained in:
8 files changed
+36
-38
No files matched your search
@@ -35,7 +35,7 @@ module.exports = {
|
||||
let channelsEmbed = new EmbedBuilder()
|
||||
.setColor('#0099ff')
|
||||
.setDescription('**Allowed Channels to use the Bot**')
|
||||
.addFields(
|
||||
.addFieldss(
|
||||
{ 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')
|
||||
|
||||
Reference in new issue
Block a user