mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-05 09:00:25 +00:00
[AB-63] adding templates for new fun and utility commands: roll, loveCalc, roulette, choose, 8ball
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"additionalMessage": "<@safe_include "eightBall_response_${chosenKey}"/>"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
<#include "abstracto_color">,
|
||||
<#assign choice=chosenValue>
|
||||
"description": "<@safe_include "choose_response_description"/>"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"color" : {
|
||||
"r": 31,
|
||||
"g": 35,
|
||||
"b": 122
|
||||
},
|
||||
<#assign first=firstPart>
|
||||
<#assign second=secondPart>
|
||||
<#assign chance=rolled>
|
||||
"description": "<@safe_include "loveCalc_response_embed_description"/>"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"additionalMessage": "${rolled?c}"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"additionalMessage": "<@safe_include "${result?then('roulette_response_lost', 'roulette_response_won')}"/>"
|
||||
}
|
||||
Reference in New Issue
Block a user