Esempio n. 1
0
async def resetTable(message: types.Message):
    try:
        Storage.DeleteAll(message.from_user.id)
        await message.answer("Your storage was deleted!")
    except Exception as e:
        print(e)
        print("Can't delete your storage")