calamity-0.3.0.0: A library for writing discord bots in haskell
Safe HaskellNone
LanguageHaskell2010

Calamity.Commands.Types

Description

CalamityCommands types with their types filled in

If you're importing CalamityCommands make sure these get used instead of the more generic variants.

Documentation

type Command c = Command IO c () Source #

type Group c = Group IO c () Source #

type CommandHandler c = CommandHandler IO c () Source #

type Check c = Check IO c Source #

type DSLState c r = DSLState IO c () r Source #

type CommandContext c = CommandContext IO c () Source #