interactions yay!!
This commit is contained in:
parent
b9a05bedf9
commit
f60033a3e4
30 changed files with 716 additions and 44 deletions
11
discord/guild.go
Normal file
11
discord/guild.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package discord
|
||||
|
||||
import "context"
|
||||
|
||||
type IGuild interface {
|
||||
GetMember(ctx context.Context, memberID string) (IMember, error)
|
||||
}
|
||||
|
||||
type Guild struct {
|
||||
ID string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue