mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
removed debug logging
This commit is contained in:
parent
fe822fb110
commit
136e158118
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ let checkForCommand = function(message) {
|
||||||
message.content.toLowerCase().indexOf(command.toLowerCase()) >= 0 &&
|
message.content.toLowerCase().indexOf(command.toLowerCase()) >= 0 &&
|
||||||
commands[command].operation === "send"
|
commands[command].operation === "send"
|
||||||
) {
|
) {
|
||||||
console.log("sending message");
|
|
||||||
console.log(commands[command].bundle);
|
|
||||||
message.channel.send("", new Discord.RichEmbed(commands[command].bundle));
|
message.channel.send("", new Discord.RichEmbed(commands[command].bundle));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue