discordjs / guide

The official guide for discord.js, created and maintained by core members of its community.
https://discordjs.guide
MIT License
1.57k stars 2.3k forks source link

How to build secret/hidden commands #1490

Closed WangHansen closed 1 year ago

WangHansen commented 1 year ago

Part of the guide or code sample the question is about

It looks like the hidden command was implemented. But I couldn't find where in class I can specify it as hidden.

Question

Commands should be able to be flagged as "hidden", preventing them from being listed in the built-in help command entirely.

monbrey commented 1 year ago

This is a 5 year old PR for a discord.js framework that is no longer functional.

Discord does not support any sort of "hidden command".