...

Package context

import "go.formulabun.club/discord/context"
Overview
Index

Overview ▾

Index ▾

Package files

context.go

type DiscordContext

type DiscordContext struct {
    S        *discordgo.Session
    ReplayDB *store.Client
    Cancel   chan struct{}
}