Fix embeds for help command
This commit is contained in:
parent
f3caf1b7ce
commit
fdcb897e42
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
const fs = require('fs');
|
||||
const Discord = require('discord.js');
|
||||
const {EmbedBuilder} = require('discord.js');
|
||||
const getSubdirFiles = require('../../util/getSubdirFiles');
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
}
|
||||
if (x) return;
|
||||
|
||||
const embed = new Discord.MessageEmbed()
|
||||
const embed = new EmbedBuilder()
|
||||
.setColor(15780145)
|
||||
.setTitle("Commands")
|
||||
.setTimestamp()
|
||||
|
|
Loading…
Add table
Reference in a new issue