No need to hide paypal embed in donate

This commit is contained in:
Dragon Fire
2020-04-23 16:37:23 -04:00
parent 4c5d55e1ed
commit bca96c594f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class DonateCommand extends Command {
run(msg) {
return msg.say(stripIndents`
Contribute to development!
<https://paypal.me/dragonfire535>
https://paypal.me/dragonfire535
`);
}
};