Dynamic Registration
Dynamic registration allows you to programmatically register commands either globally or per server, providing flexibility in managing your bot's commands based on runtime conditions or configurations.
Specific Guilds IDs commands
To specify the servers on which a command should be registered you must pass it to them using the config mutator.
Replace
'YOUR_GUILD_ID'
with your actual guild IDs.Last updated on