This is an example of an admin portal might look like. It leverages RSCs to fetch the Slash commands associated with the Discord bot!

IDNameDescriptionOptions
1164200333732499479 invite Get an invite link to add this bot to your server No options
1164217785992355881 test Only developer can use this command using for test something. No options
1164864539758694451 ping Ping pong! I'll respond with pong. No options
1165147358766571551 random_pic Get a random picture {"type":3,"name":"type","description":"What type of picture would you like?","required":true,"choices":[{"name":"cat","value":"cat"},{"name":"dog","value":"dog"},{"name":"generic","value":"picsum"}]}
1165223431260885082 send_message Send Message to channel {"type":7,"name":"channel","description":"Select channel you want to send message","required":true}
1165664056598868101 animal_action Example autocomplete. {"type":3,"name":"animal","description":"Animal name","autocomplete":true}
1165664056598868102 modal_example Example modal submit No options
1165664056598868103 server Show server info No options
1165868651572887563 components_example Example components {"type":10,"name":"component_type","description":"Type component you want to see example","choices":[{"name":"Button","value":2},{"name":"StringSelect","value":3},{"name":"UserSelect","value":5},{"name":"RoleSelect","value":6},{"name":"MentionableSelect","value":7},{"name":"ChannelSelect","value":8},{"name":"SelectMenu","value":3}]}
1166326672518283285 clear Cleans messages from a channel. {"type":10,"name":"number_of_messages","description":"Number of messages to delete.","required":true,"min_value":1}
1166620352139501649 avatar Displays your avatar or someone else's avatar {"type":6,"name":"user","description":"The user to get avatar for."}