v4/discord/api.go
2025-03-25 21:26:24 -07:00

8 lines
78 B
Go

package discord
type IDiscordClient interface {
}
func Get(url string) {
}