mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Too much work
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = class DonateCommand extends Command {
|
||||
run(msg) {
|
||||
return msg.say(stripIndents`
|
||||
Contribute to XiaoBot development!
|
||||
<https://www.patreon.com/littlelimedragon>
|
||||
<https://www.patreon.com/dragonfire535>
|
||||
<https://paypal.me/dragonfire535>
|
||||
`);
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ module.exports = class InfoCommand extends Command {
|
||||
run(msg) {
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0x00AE86)
|
||||
.setFooter('©2017-2018 littlelimedragon#8081')
|
||||
.setFooter('©2017-2018 dragonfire535#8081')
|
||||
.addField('❯ Servers',
|
||||
this.client.guilds.size, true)
|
||||
.addField('❯ Shards',
|
||||
|
||||
Reference in New Issue
Block a user