File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ This will register all the commands to your discord bot.
58
58
59
59
Now let's link our local development server to our bot.
60
60
61
- run the command ` npx wrangler publish `
61
+ Run the command ` npx wrangler publish `
62
62
63
63
- After all the commands are installed
64
64
- Go to Your cloudflare ` dashboard > workers > discord-slash-commands > settings > variables > edit Variables `
@@ -85,7 +85,7 @@ To verify if your bot is working:
85
85
Now add the public key in ` rds-backend `
86
86
87
87
- Go to ` local.js ` in config
88
- - create following there
88
+ - Create following there
89
89
90
90
```
91
91
botToken:{
@@ -94,10 +94,10 @@ botToken:{
94
94
```
95
95
96
96
- Start the rds backend
97
- - open a new terminal in backend and run the following command ` npx ngrok http <backend-port> `
97
+ - Open a new terminal and run the following command ` npx ngrok http <backend-port> `
98
98
99
- - come to ` constants.js ` in discord-slash-commands
100
- - go to ` src/constants/urls.ts `
101
- - change the ` RDS_BASE_DEVELOPMENT_API_URL ` to the ` ngrok https ` url generated for rds backend
99
+ - Go to ` constants.js ` in discord-slash-commands
100
+ - Go to ` src/constants/urls.ts `
101
+ - Change the ` RDS_BASE_DEVELOPMENT_API_URL ` to the ` ngrok https ` url generated for rds backend
102
102
103
103
Now you are ready to contribute to the Repository.
You can’t perform that action at this time.
0 commit comments