From 9762f21a136fe7f5f39b20f502356df614b9b3b3 Mon Sep 17 00:00:00 2001 From: supositware Date: Thu, 16 Jun 2022 13:28:31 +0200 Subject: [PATCH] Rename to deploy-guild-commands.js --- deploy-commands.js => deploy-guild-commands.js | 0 readme.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename deploy-commands.js => deploy-guild-commands.js (100%) diff --git a/deploy-commands.js b/deploy-guild-commands.js similarity index 100% rename from deploy-commands.js rename to deploy-guild-commands.js diff --git a/readme.md b/readme.md index 5efef2f..7dd6542 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ git checkout slash 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`` then you can just run it normally.