Added arn to the main repository
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package groups
|
||||
|
||||
import "github.com/animenotifier/arn"
|
||||
import "github.com/animenotifier/notify.moe/arn"
|
||||
|
||||
func fetchGroups(memberID string) []*arn.Group {
|
||||
return arn.FilterGroups(func(group *arn.Group) bool {
|
||||
|
@ -2,7 +2,7 @@ package groups
|
||||
|
||||
import (
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
"github.com/animenotifier/notify.moe/utils/infinitescroll"
|
||||
|
Reference in New Issue
Block a user