mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 09:37:27 +00:00
Remove debugging
This commit is contained in:
parent
c307596ec4
commit
2b912d7fd1
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ let checkForCommand = function(message) {
|
|||
if (!message.author.bot && message.content.toLowerCase().indexOf('!helpcommands') >= 0) {
|
||||
let bundle = commands['!helpcommands'].bundle;
|
||||
bundle.description = '**' + commandsList + '**';
|
||||
console.log(bundle);
|
||||
console.log(bundle.description);
|
||||
message.channel.send({embeds: [bundle]});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue