oups
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package panel
|
||||
|
||||
import (
|
||||
"github.com/leolionad58/ticketbot/internal/panel/handlers"
|
||||
)
|
||||
|
||||
// BotService is the interface the panel calls into the live bot.
|
||||
type BotService interface {
|
||||
GetBotStatus() handlers.BotStatus
|
||||
SendPanel(panelID int64) error
|
||||
DeletePanelMessage(panelID int64) error
|
||||
CreateConvocation(guildID, staffDiscordID, targetDiscordID, reason string) (channelID string, err error)
|
||||
SendConvocPanel(guildID string) error
|
||||
}
|
||||
Reference in New Issue
Block a user