remove constants directory
This commit is contained in:
parent
c297e45a64
commit
4d8eecff04
19 changed files with 74 additions and 79 deletions
|
@ -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`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue