diff --git a/bot.js b/bot.js index c1681a9..717a7bb 100644 --- a/bot.js +++ b/bot.js @@ -66,7 +66,7 @@ function commandsHelp(requestedCommand) { // For now abstracting this, so we can maybe use config later. // content should be a string or something js thinks is a string :) -function sendToBotg(content) { +function sendToBotTestingChannel(content) { console.log(content); client.channels.get('357365312620068874').send(content); }