Added a join command #7

- Added a JSON example for Known Client IDs
- Implemented a custom slash command builder to add the available presets as options in the discord command
This commit is contained in:
Logan Cusano
2023-06-03 15:47:07 -04:00
parent 07743cf8a3
commit d2186e9471
3 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"[ID from Discord]": {
"name": "[Nickname of the Bot]",
"id": "[Client ID from Discord Dev Portal]"
}
}