initial commit
This commit is contained in:
commit
313bd35b23
8 changed files with 591 additions and 0 deletions
9
channel.go
Normal file
9
channel.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package discord
|
||||
|
||||
type Channel struct {
|
||||
ID string `json:"id"`
|
||||
}
|
||||
|
||||
func (u *Channel) BucketID() string {
|
||||
return u.ID
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue