mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-03-20 17:29:50 -04:00
mabe!!!
This commit is contained in:
parent
872d134b65
commit
50dd35c3a8
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,7 @@ module.exports = {
|
|||
default:
|
||||
throw new SyntaxError('Invalid argument');
|
||||
}
|
||||
break;
|
||||
case 'list':
|
||||
list(bot, false, null, prefix);
|
||||
break;
|
||||
|
@ -285,6 +286,7 @@ module.exports = {
|
|||
channeldc.send({embeds: [Embed]});
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 'list':
|
||||
list(bot, true, channeldc, prefix);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue