Homegrown Discord bot for the DIGOS community.
These commands are prefixed with dossier
.
Commands for viewing, adding, and editing dossier entries.
!dossier list
Lists the available dossiers.
!dossier view "My cool title"
(or dossier show
)
Views the named dossier.
Name | Type | Optional |
---|---|---|
title | string | no |
!dossier add "My cool title" "My short summary"
(or dossier create
)
Adds a new dossier with the given title and summary. A PDF with the full dossier can be attached.
Name | Type | Optional |
---|---|---|
title | string | no |
summary | string | yes |
!dossier remove "My cool title"
(or dossier delete
)
Removes the dossier with the given title.
Name | Type | Optional |
---|---|---|
title | string | no |
Generated by DIGOS.Ambassador.Doc