Discord slash commands written in deno for the rustycraby discord bot. Hosted serverlessly on deno deploy, extending redis for persistance of data.
xe
: Currency exchangexe <~set_defaults> <~amount> <~from> <~to>
, For examplexe 1 AUD JPY
is equivalent toxe 1
with defaultsjisho
: Search jisho.orgjisho <word>
: Search jisho.org for a wordtime
: Convert time to your local timezonetime <~year> <~month> <~day> <~hour> <~minute> <~offset_negative> <~offset_positive>
: Convert time to a timezonewk <type>
: Interact with User WaniKani datawktoken <~token> <~option>
: Manage your WaniKani token
You can edit commands by running the make scripts in the scripts directory with deno. Facilitated with the deno tasks api.
deno task make-[command]
# example:
deno task make-xe