mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 20:06:27 +01:00
basic bot is working, spawn dvms dependent on config
This commit is contained in:
@@ -2,10 +2,6 @@ import os
|
||||
from dataclasses import dataclass
|
||||
|
||||
from nostr_sdk import Event
|
||||
|
||||
NEW_USER_BALANCE: int = 250 # Free credits for new users
|
||||
|
||||
|
||||
class EventDefinitions:
|
||||
KIND_DM: int = 4
|
||||
KIND_ZAP: int = 9735
|
||||
|
||||
Reference in New Issue
Block a user