Skip to content

Commit

Permalink
vote.js changed to discord.js v13
Browse files Browse the repository at this point in the history
  • Loading branch information
PetyXbronCZ committed Oct 27, 2021
1 parent f5c323f commit ae6ad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/vote.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module.exports.run = async (bot, message, args) => {
.setTitle('Vote for ' + serverName, icon)
.setDescription(`[Here](${server.vote}) you can vote for ${serverName}!`)
.setColor(config.embeds.color);
message.channel.send(ipEmbed);
message.channel.send({ embeds: [ipEmbed] });
}
};

0 comments on commit ae6ad3a

Please sign in to comment.