(input)
| 192 | }, |
| 193 | attention: { |
| 194 | async notify(input) { |
| 195 | return opts.attention?.notify?.(input) ?? { ok: false, notification: false, sound: false } |
| 196 | }, |
| 197 | soundboard: { |
| 198 | registerPack: (pack) => opts.attention?.soundboard?.registerPack?.(pack) ?? (() => {}), |
| 199 | activate: (id, options) => opts.attention?.soundboard?.activate?.(id, options) ?? false, |