NextBot

A Discord bot template built with Next.js that runs in the edge runtime.

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
1284298404641636363 ping Ping pong! I'll respond with pong. No options
1284322457624252469 invite Get an invite link to add this bot to your server No options
1284322457624252470 pokemon Get a preview of a Pokemon by name or Pokedex number {"type":4,"name":"number","description":"Enter Pokedex number","min_value":1}
1284322457624252471 randompic 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"}]}