mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-21 10:16:56 +01:00
added info command to bot, added fix_cost and per_unit_cost
This commit is contained in:
@@ -21,7 +21,7 @@ Params: -language The target language
|
||||
class Translation(DVMTaskInterface):
|
||||
KIND: int = EventDefinitions.KIND_NIP90_TRANSLATE_TEXT
|
||||
TASK: str = "translation"
|
||||
COST: float = 0
|
||||
FIX_COST: float = 0
|
||||
|
||||
def __init__(self, name, dvm_config: DVMConfig, nip89config: NIP89Config,
|
||||
admin_config: AdminConfig = None, options=None):
|
||||
|
||||
Reference in New Issue
Block a user