kamihi.bot.models
⚓︎
Database models for the bot module.
License
MIT
Modules:
Name | Description |
---|---|
registered_action |
RegisteredAction model. |
Classes:
Name | Description |
---|---|
RegisteredAction |
RegisteredAction model. |
RegisteredAction
⚓︎
Bases: Document
RegisteredAction model.
This model represents an action that is registered in the system. It is used to manage user actions and their associated data.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
The name of the action. |
description |
str
|
A description of the action. |