remove constants directory

This commit is contained in:
Emily 2020-11-10 14:31:49 +11:00
parent c297e45a64
commit 4d8eecff04
19 changed files with 74 additions and 79 deletions

View file

@ -1,5 +1,3 @@
const Embed = require('../../util/embed');
module.exports = class {
constructor (name, category) {
this.name = name,
@ -38,7 +36,7 @@ module.exports = class {
}
}
const embed = new Embed()
const embed = new client.RichEmbed()
.setTitle(colour)
.setColour(colour)
.setImage(`https://fakeimg.pl/256x256/${colour.replace('#', '')}/?text=%20`);