Module db_adapter::guild[][src]

Expand description

A Guild’s preferences (aka: configuration)

Botanist is shipped with many features, some of which work out of the box (ex: ping). Other on the other hand rely on guild-specific datum. This data as a whole is called the Guild’s preferences or configuration. It notably includes the privilege (see Privilege) system but also conviniences such as welcome messages, administration channels or advertisement policy.

Structs

Wraps around a guilds row

Builder for new configuration entries

Enums

Errors originating from the GuildConfig wrapper

Bot’s permission system