Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
feat: Add DEL to vote command
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Sep 26, 2020
1 parent 825d611 commit 779da3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/vote.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module.exports = class Vote extends Command {
url: 'https://discord.boats/bot/620126394390675466/rate',
name: 'Discord Boats',
type: 'vote.rate'
}, {
url: 'https://discordextremelist.xyz/en-US/bots/taco',
name: 'Discord Extreme List'
}];
return message.channel.createMessage({ embed: {
color: this.client.config.embedColor,
Expand Down

0 comments on commit 779da3f

Please sign in to comment.