8 lines
78 B
Go
8 lines
78 B
Go
package discord
|
|
|
|
type IDiscordClient interface {
|
|
}
|
|
|
|
func Get(url string) {
|
|
|
|
}
|