This commit is contained in:
2023-03-31 20:49:50 +00:00
parent 6e5450aa80
commit 5e6a433b92
15 changed files with 75 additions and 46 deletions

View File

@ -2,6 +2,7 @@ package common
import "fmt"
// User represents a user within BirdBot
type User struct {
ID string
AvatarURL string