()
| 40 | }) |
| 41 | |
| 42 | function toss () { |
| 43 | const [book] = bot.inventory.items().filter(({ name }) => name === 'writable_book') |
| 44 | bot.tossStack(book) |
| 45 | } |
| 46 | |
| 47 | async function write () { |
| 48 | const [book] = bot.inventory.items().filter(({ name }) => name === 'writable_book') |