I have a problem with making discord bot on repl.it, my list is 'ObservedList' and i dont know what to do with this, when I watch some tutorials its always just a normal list
from replit import db
db['fruits'] = ['apple','banana']
print(db['fruits'])
Output:
ObservedList(value=['apple', 'banana'])