1
0
Fork 0
mirror of https://github.com/ChomeNS/chomens-bot-mc.git synced 2025-03-20 17:29:50 -04:00
This commit is contained in:
ChomeNS 2022-11-10 17:35:51 +07:00
parent 872d134b65
commit 50dd35c3a8

View file

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