Swap back to the discord.js addField

This commit is contained in:
Dragon Fire
2020-02-28 11:20:17 -05:00
parent fc5ede4f28
commit e35bed9c5c
63 changed files with 66 additions and 451 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const Command = require('../../structures/Command');
const moment = require('moment');
const MessageEmbed = require('../../structures/MessageEmbed');
const { MessageEmbed } = require('discord.js');
const { stripIndents } = require('common-tags');
const filterLevels = ['Off', 'No Role', 'Everyone'];
const verificationLevels = ['None', 'Low', 'Medium', '(╯°□°)╯︵ ┻━┻', '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻'];