Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Magazine ¶
type Magazine struct {
// contains filtered or unexported fields
}
func NewMagazine ¶
type ShootService ¶
type ShootService struct {
// contains filtered or unexported fields
}
func NewShootService ¶
func NewShootService(us *gl.UtilsService) *ShootService
func (*ShootService) GetMagazine ¶
func (ss *ShootService) GetMagazine(userID string) (q *Magazine)
func (*ShootService) HandleShoot ¶
func (ss *ShootService) HandleShoot(args string, m *discordgo.MessageCreate) *discordgo.MessageSend
Click to show internal directories.
Click to hide internal directories.