add items also on the telegram bot

This commit is contained in:
andrea
2025-11-15 18:40:34 +01:00
parent 445c51eec7
commit d40c7addfb
5 changed files with 18 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ from utils import logs as _logs
class BrSimPlayer(_resource.BrSimResource):
def __init__(self, name, inventory= None):
super()
super().__init__()
self.id= str(_uuid.uuid4())
self.name= name
self.stats= ''