This commit is contained in:
parent
33776b1129
commit
2fe9de279d
@ -63,7 +63,7 @@ func (s *RoleService) RemoveAutoRole(r *goff.Role) error {
|
|||||||
|
|
||||||
func (s *RoleService) GetAutoRoles(gID string) ([]*goff.Role, error) {
|
func (s *RoleService) GetAutoRoles(gID string) ([]*goff.Role, error) {
|
||||||
var roles []*goff.Role
|
var roles []*goff.Role
|
||||||
queryString := `SELECT id FROM roles WHERE guild_id = $1`
|
queryString := `SELECT id FROM roles WHERE guild_id = $1 AND auto_role = true`
|
||||||
rows, err := s.DB.Query(queryString, gID)
|
rows, err := s.DB.Query(queryString, gID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user