User Notes - maidnaut/clang GitHub Wiki
Plugin: /plugins/notes.py
User notes, or dot notes, is a system where users can create the own notes and pull them out of the bot at any time.
Reading notes is alias'd to ... <title>
and new notes are alias'd to .. <title> <content>
.
Command | Arguments | Permissions | Description |
---|---|---|---|
!n / ... | title | Everyone | Read a note with the title provided. |
!new / .. | title, content | Everyone | Creates a new note with the title and body provided. |
!nid | id | Everyone | Gets the note information for the id provided. |
!dn | id | Author, Submod, Mod, Admin | Deletes the note with the id provided. Users can delete their own notes. |
!ln | Everyone | Lists all available note in the database with pagination. | |
!notes | Everyone | Lists your OWN notes that you've created. |