-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The cool thing about kose kata is its note references; When you create a note with a reference, it will show a button that you can click to go to that note when viewing the note.
You can create references by name with this syntax: {{note name}}
You can also create references by ID with this syntax: [[note id]]
References can be recursive.
Creates a modal to make a new note. This command has no arguments.
Accessed through the apps menu when clicking on a message. Creates a note from this message, and creates a modal to set a name for the note.
Views a note ephemerally by name.
If multiple notes exist under the same name, it chooses a random one.
This command has autocomplete based on notes available in the guild! Disabled for now
Views a note ephemerally by ID.
Posts a note to chat by name. If multiple notes exist under the same name, it chooses a random one.
Posts a note to chat by ID.
Creates a modal where you can edit a note you own by ID. It also works if you have the Manage Messages permission in the server.
Deletes a note by ID you own after asking for confirmation. It also works if you have the Manage Messages permission in the server.
Deletes all notes from a user. You require the Manage Messages permission to use this command.
Deletes multiple notes at once by ID, separated by spaces. You require the Manage Messages permission to use this command.
Lists the notes of a user in a server.
Lists the notes of the entire server.
Lists every note you have created, regardless of server.
Fuzzy searches for a note by its name, showing the closest results first.
Creates a new alias for a note (i.e. an additional name)
Lists the aliases for a note.
Removes an alias from a note.
Exports all notes in the server to a JSON file. You require the Manage Guild permission to use this command.
Imports all notes from a JSON file. You require the Manage Guild permission to use this command. This command does not clear or overrides any notes, only adds them.
Imports all notes from a JSON file generated by qbot. You require the Manage Guild permission to use this command. This command does not clear or overrides any notes, only adds them.
Deletes all notes in a server. You require the Manage Guild permission to use this command.
Sends a link to this page and some essential commands.