mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
DBL is total garbage
This commit is contained in:
@@ -34,10 +34,6 @@ module.exports = class HelpCommand extends Command {
|
||||
const commands = group.commands.filter(cmd => {
|
||||
if (owner) return true;
|
||||
if (cmd.ownerOnly || cmd.hidden) return false;
|
||||
const inBotList = msg.guild && this.client.botListGuilds.includes(msg.guild.id);
|
||||
if (inBotList && cmd instanceof AutoReplyCommand) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
if (!commands.size) continue;
|
||||
|
||||
Reference in New Issue
Block a user