Discord Components & Role Selection (#5)
This commit is contained in:
@ -4,3 +4,8 @@ package core
|
||||
func Bool(v bool) *bool {
|
||||
return &v
|
||||
}
|
||||
|
||||
// Int returns a pointer to an int
|
||||
func Int(v int) *int {
|
||||
return &v
|
||||
}
|
||||
|
Reference in New Issue
Block a user