Guides & updates
Tutorials, tips and news for building with custom commands.
Schedule Anything using Custom Commands — One Line, No Setup
Schedule anything from temp bans to timed announcements with one line of code — no clock events or boilerplate needed.
Schedule Discord Events Straight From Your Commands
Create Discord events instantly from your commands — voice channels, stage talks, or external meetups, all in one line of code.
Meet ask_ai — Real AI Inside Your Custom Commands
Drop a single line into any command and get a written AI response back — welcome messages, summaries, replies, and more, generated on the fly.
Discord Components v2 usage with Custom Commands bot
This blog contains documentation about how to use all the possible components available in discord components v2
Create a tic-tac-toe game using custom commands bot
Lets create a discord slash command that allows playing multiplayer tic-tac-toe
How to create pagination in Custom Commands bot
Lets learn how you can create paginator using slash commands bot
All the possible permissions in custom commands bot
Here is a list of all possible permissions
How to create views in custom commands bot
Lets learn how view works
Create jobs that keeps running after interval in custom commands bot
If you want to create a repeating job that keeps running until cancelled
When should I use curly braces and when not for variables?
If you are confused about when you should use curly braces for variables, read more...
Add or remove role from mentioned user using custom commands bot
To remove role from mentioned user use the add_roles and remove_roles variable
Create a modal command using custom commands bot
in this blog we will learn how we can create a command that sends a modal
Add reaction to response message using custom commands bot
Lets see how we can add reaction to response
Create and send custom embed to a channel programatically using custom commands bot
To create a embed and send it to a channel programmitically using pre hook
Limits for different fields on slash commands
Lets know about different limits that are enforced by discord
Conditional cooldown for debugging custom commands
Want to have different cooldown for different user groups?
How to use custom commands bot
Basic usage of slash commands bot to start using this bot
Lets make a strike command using custom commands bot
We are going to make a command which gives a user strike and 3 strike = kick/ban
Use MongoDB with custom commands bot
lets see how we can use mongodb database with slash commands
Add cooldown on custom commands
Add cooldown on slash commands
Manage permissions of custom commands
Learn how to manage permissions of a command
Send welcome message using custom commands bot
How to send welcome message to a user when he joins server