chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { ActionFunction } from '@sdk/types'
|
||||
import { leon } from '@sdk/leon'
|
||||
|
||||
import { deleteAllTimersMemory } from '../lib/memory'
|
||||
|
||||
export const run: ActionFunction = async function () {
|
||||
await deleteAllTimersMemory()
|
||||
|
||||
await leon.answer({ key: 'timer_canceled' })
|
||||
}
|
||||
Reference in New Issue
Block a user