From 2fa7e242d610693f9994acc6aed2f58edd772274 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sat, 19 Jan 2019 22:40:15 +0100 Subject: [PATCH] dont send in pm --- commands/utility/donate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/donate.js b/commands/utility/donate.js index 279fe8f..ddecb1c 100644 --- a/commands/utility/donate.js +++ b/commands/utility/donate.js @@ -14,7 +14,7 @@ class donateCommand extends Command { } async exec(message) { - return message.author.send('If you want to donate you can do it with paypal at https://www.paypal.me/supositware or here https://donatebot.io/checkout/487640086859743232?buyer=267065637183029248'); + return message.channel.send('If you want to donate you can do it with paypal at https://www.paypal.me/supositware or here https://donatebot.io/checkout/487640086859743232?buyer=267065637183029248'); } }