Skip to content

Commit 6ea167d

Browse files
authored
feat: create basic Guild struct for Qord integration
1 parent ce60666 commit 6ea167d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

guild.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package tempest
2+
3+
// https://discord.com/developers/docs/resources/guild#unavailable-guild-object
4+
type UnavailableGuild struct {
5+
ID Snowflake `json:"id"`
6+
Unavailable bool `json:"unavailable"`
7+
}

0 commit comments

Comments
 (0)