Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByondVerificationHandler ¶
type ByondVerificationHandler struct { Discord *discordgo.Session ChannelID string Logger *zap.SugaredLogger Database *database.Database }
func (*ByondVerificationHandler) GetVerifiedPlayer ¶
func (h *ByondVerificationHandler) GetVerifiedPlayer(userID string) (*database.VerifiedPlayer, error)
func (*ByondVerificationHandler) Run ¶
func (h *ByondVerificationHandler) Run(wg *sync.WaitGroup)
func (*ByondVerificationHandler) SendUserToVerification ¶
func (h *ByondVerificationHandler) SendUserToVerification(userID string) error
Click to show internal directories.
Click to hide internal directories.