damn my fat fingers

This commit is contained in:
Dalton
2018-12-07 20:52:31 -08:00
parent 1f4b941cdc
commit c0bd38c7c7

2
bot.js
View File

@@ -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);
}