damn my fat fingers
This commit is contained in:
2
bot.js
2
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user