Skip to content
Justin Edmund edited this page Feb 10, 2019 · 14 revisions

Siero can help you save your sparks.

You can always access help in Discord with $spark help.

Shorthand

This guide uses $spark, but Siero will also listen if you use $s.

Currency

When using Siero's spark commands to record your progress, you must specify a currency. The currency argument accepts both singular and pluralized nouns.

$spark set 100 crystals
$spark add 1 ticket
$spark remove 2 tentickets

Commands

Siero provides a variety of ways to interact with your spark.

See the current status of your spark

$spark status

Set an amount of a single currency

$spark set <amount> <currency>

# Example
$spark set 100 crystals

Add an amount of a single currency to your total

# Both of these work!
$spark add <amount> <currency>
$spark save <amount> <currency>

# Example
$spark save 100 crystals

Remove an amount of a single currency from your total

# Both of these work!
$spark remove <amount> <currency>
$spark spend <amount> <currency>

# Example
$spark spend 100 crystals

Quickly set amounts for all currencies

$spark quicksave <crystals> <tickets> <tentickets>

# Example
$spark quicksave 45200 78 2
Clone this wiki locally