Update: Dynamic Command System
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
New Feature
You can now create Discord commands directly from the server using the new dynamic command system.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
How it works
- /addcmd <name> <message> — create a new Discord command instantly
- Command will be available in your Discord channel
- No restart required
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Variables
You can use dynamic variables inside your command messages:
- {author} — mentions the user
- {userid} — Discord user ID
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Examples
| Command | Result |
|---|
| /addcmd hello Hello {author} | Mentions user with greeting |
| /addcmd id Your ID is {userid} | Shows Discord ID |
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬