digos-ambassador

Homegrown Discord bot for the DIGOS community.

View the Project on GitHub Nihlus/digos-ambassador

Dossier Commands

Summary

These commands are prefixed with dossier.

Commands for viewing, adding, and editing dossier entries.

Submodules

Commands

list

Overloads

!dossier list

Lists the available dossiers.


view

Overloads

!dossier view "My cool title" (or dossier show)

Views the named dossier.

Name Type Optional
title string no

add

Overloads

!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

remove

Overloads

!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