Skip to main content
Module

x/oasis/mod.ts>Contrib.enableCommandContextWithCustomPrefix

An object oriented Discordeno framework
Latest
variable Contrib.enableCommandContextWithCustomPrefix
import { Contrib } from "https://deno.land/x/oasis@2.1.0/mod.ts";
const { enableCommandContextWithCustomPrefix } = Contrib;

type

(prefixFn: PrefixCallback) => unknown