README updated to include note of the API
This commit is contained in:
parent
3be12086b1
commit
86c7ebafc3
|
@ -64,6 +64,9 @@ The Artificer comes with a few supplemental commands to the main rolling command
|
|||
* `[[d20/40]]` will roll a d20 die and divide it by 40.
|
||||
* `[[((d20+20) - 10) / 5]]` will roll a d20, add 20 to that roll, subtract off 10, and finally divide by 5.
|
||||
|
||||
## The Artificer API
|
||||
API is currently in development, details on usage and how to gain privilaged access will be added here when the API is feature complete and secured.
|
||||
|
||||
## Problems? Feature requests?
|
||||
If you run into any errors or problems with the bot, or think you have a good idea to add to the bot, please submit a new GitHub issue detailing it. If you don't have a GitHub account, a report command (detailed above) is provided for use in Discord.
|
||||
|
||||
|
@ -73,6 +76,8 @@ The Artificer was built on Deno `v1.6.3` using Discodeno `v10.0.0`. If you choo
|
|||
|
||||
Starting the bot is simply done with `deno run --allow-net .\mod.ts`.
|
||||
|
||||
If you choose to run version 1.1.0 or newer, ensure you disable the API in `config.ts` or verify you have properly secured your instance of The Artificer.
|
||||
|
||||
---
|
||||
|
||||
### Built in memory of my Grandmother, Babka
|
||||
|
|
Loading…
Reference in New Issue