Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Guild ¶
type Guild struct { ID string `xorm:"id varchar(255) not null pk"` PreferredLocale i18n.LanguageName `xorm:"preferred_locale varchar(5) not null"` }
type User ¶
type User struct { ID string `xorm:"id varchar(255) not null pk"` PreferredLocale i18n.LanguageName `xorm:"preferred_locale varchar(5) null"` LastSlashCommandLocale i18n.LanguageName `xorm:"last_slash_command_locale varchar(5) null"` }
Click to show internal directories.
Click to hide internal directories.