import { Ledger } from "@infinity-beyond/classes/data_types/ledger/ledger.ts" export const Stickers = await new Ledger('Stickers').Setup(); Stickers.on('entry_created', entry => { console.log(`${entry.key} got ${entry.amount} stuff!`); })