Rename to deploy-guild-commands.js

This commit is contained in:
supositware 2022-06-16 13:28:31 +02:00
parent 5382c2cb3d
commit 9762f21a13
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ git checkout slash
npm install npm install
``` ```
To run the bot for the first time you need to execute [deploy-commands.js](deploy-commands.js) so the commands can be registered, don't forget to set your .env accordingly. To run the bot for the first time you need to execute [deploy-guild-commands.js](deploy-guild-commands.js) so the commands can be registered, don't forget to set your .env accordingly.
``node deploy-commands.js`` ``node deploy-commands.js``
then you can just run it normally. then you can just run it normally.