forked from Cryz/battle_royale_sim
add items also on the telegram bot
This commit is contained in:
@@ -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= ''
|
||||
|
||||
Reference in New Issue
Block a user