type alias RespondFunctionimport { type RespondFunction } from "https://deno.land/x/oasis@2.1.0/packages/framework/classes/Context.ts"; definition: (options: CreateCommand) => Promise<Message | undefined>