To make a status command in Discord.js, you first need to create a command that will change the bot's status. This can be done by using the client.user.setActivity() method with the appropriate parameters, such as the content of the status and the type of activity (i.e. playing, streaming, listening, watching).Once you have created the command, you can use it to change the bot's status whenever you want.