From c0bd38c7c723621d4adc9a349fffeea7e6de1c02 Mon Sep 17 00:00:00 2001 From: Dalton Date: Fri, 7 Dec 2018 20:52:31 -0800 Subject: [PATCH] damn my fat fingers --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }