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 request = require('node-superfetch');
const MessageEmbed = require('../../structures/MessageEmbed');
const { MessageEmbed } = require('discord.js');
const { formatNumber } = require('../../util/Util');
module.exports = class NeopetsItemCommand extends Command {