🤖 Invite this Bot to your server
📚 Documentation
Yes, free fully functional rest-api discord bot 🤖 can be made using nextjs 🤯 🚀
I have done all of the abstraction for you, so you can focus on building your bot 🛠️
- ✅ Easy Command Building
- ✅ Easy Command Registration
- ✅ Easy Deployment
- Clone Repository
- Fill out environment variables
- you can get these on your Discord > Developer > Application
NEXT_PUBLIC_APPLICATION_ID=
PUBLIC_KEY=
BOT_TOKEN=
# Custom secret key to register your commands
REGISTER_COMMANDS_KEY=
- Just go to
./commands/tutorialhere.ts
after cloning and you will see the template for creating a command
- Since this is a nextjs project, you can deploy it to vercel for free
After deploying you will have your url
Open your deployment website, fill and submit the REGISTER_COMMANDS_KEY
you set earlier in the environment variables to register your commands.
Alternative way of registering command in Discord Documentation
- Open your deployment website and click "Invite Discord Bot" then your done!
- the link has the necessary required permissions to run the bot