calamity-0.1.0.0: A library for writing discord bots
Calamity.Internal.Updateable
Description
Updateable objects
class Updateable a where Source #
Associated Types
type Updated a Source #
Methods
update :: Updated a -> a -> a Source #
Defined in Calamity.Internal.Updateable
type Updated Channel :: Type Source #
update :: Updated Channel -> Channel -> Channel Source #
type Updated Message :: Type Source #
update :: Updated Message -> Message -> Message Source #
type Updated Guild :: Type Source #
update :: Updated Guild -> Guild -> Guild Source #
type Updated User :: Type Source #
update :: Updated User -> User -> User Source #
type Updated GuildChannel :: Type Source #
update :: Updated GuildChannel -> GuildChannel -> GuildChannel Source #
type Updated DMChannel :: Type Source #
update :: Updated DMChannel -> DMChannel -> DMChannel Source #