Make meme generator use pictures users send instead of a database

This commit is contained in:
Daniel Odendahl Jr
2019-02-08 16:29:23 +00:00
parent 2867fcf35d
commit 60b6cbea71
4 changed files with 43 additions and 19 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class InfoCommand extends Command {
run(msg) {
const embed = new MessageEmbed()
.setColor(0x00AE86)
.setFooter('©2017-2018 dragonfire535#8081')
.setFooter('©2017-2019 dragonfire535#8081')
.addField(' Servers', formatNumber(this.client.guilds.size), true)
.addField(' Shards', formatNumber(this.client.options.shardCount), true)
.addField(' Commands', formatNumber(this.client.registry.commands.size), true)