Implement a few math commands
This commit is contained in:
parent
f3edaf9e72
commit
2ac13510f2
19 changed files with 596 additions and 57 deletions
4
test/commands/calc/expected/basic_usage/0.toml
Normal file
4
test/commands/calc/expected/basic_usage/0.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
reply = true
|
||||
content = "The expected score for a player of potential 12.27 on Vicious [ANTi] Heroism [BYD] is 9'834'000"
|
||||
embeds = []
|
||||
attachments = []
|
4
test/commands/calc/rating/basic_usage/0.toml
Normal file
4
test/commands/calc/rating/basic_usage/0.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
reply = true
|
||||
content = "The score 9'349'070 on Arcana Eden [PRS] yields a rating of 8.20"
|
||||
embeds = []
|
||||
attachments = []
|
52
test/commands/commands/chart/info/no_suffix/0.toml
Normal file
52
test/commands/commands/chart/info/no_suffix/0.toml
Normal file
|
@ -0,0 +1,52 @@
|
|||
reply = true
|
||||
|
||||
[[embeds]]
|
||||
title = "Pentiment [FTR 10]"
|
||||
type = "rich"
|
||||
|
||||
[embeds.thumbnail]
|
||||
url = "attachment://chart.png"
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Note count"
|
||||
value = "1345"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Chart constant"
|
||||
value = "10.3"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Total plays"
|
||||
value = "0"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "BPM"
|
||||
value = "200-222"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Side"
|
||||
value = "conflict"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Artist"
|
||||
value = "Pentiment"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Note design"
|
||||
value = "Paradox Blight"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Pack"
|
||||
value = "Final Verdict"
|
||||
inline = true
|
||||
|
||||
[[attachments]]
|
||||
filename = "chart.png"
|
||||
hash = "sha256_5ffda660ce1c6ddd7c60bbb7f34443a7772e608f930768a147e423cc62b7e25d"
|
52
test/commands/commands/chart/info/specify_difficulty/0.toml
Normal file
52
test/commands/commands/chart/info/specify_difficulty/0.toml
Normal file
|
@ -0,0 +1,52 @@
|
|||
reply = true
|
||||
|
||||
[[embeds]]
|
||||
title = "HELLOHELL [ETR 9]"
|
||||
type = "rich"
|
||||
|
||||
[embeds.thumbnail]
|
||||
url = "attachment://chart.png"
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Note count"
|
||||
value = "770"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Chart constant"
|
||||
value = "9.4"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Total plays"
|
||||
value = "0"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "BPM"
|
||||
value = "155"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Side"
|
||||
value = "conflict"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Artist"
|
||||
value = "HELLOHELL"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Note design"
|
||||
value = "eién"
|
||||
inline = true
|
||||
|
||||
[[embeds.fields]]
|
||||
name = "Pack"
|
||||
value = "World Extend 3: Illusions"
|
||||
inline = true
|
||||
|
||||
[[attachments]]
|
||||
filename = "chart.png"
|
||||
hash = "sha256_e00a92ba1abbcf97c7b006447867914b9d95dc4dfb039e05260d71128b60eedb"
|
Loading…
Add table
Add a link
Reference in a new issue