diff --git a/modules/all-modules.go b/modules/all-modules.go index f0a25516..bf43d469 100644 --- a/modules/all-modules.go +++ b/modules/all-modules.go @@ -7,6 +7,7 @@ package modules import ( _ "github.com/GoMudEngine/GoMud/modules/auctions" + _ "github.com/GoMudEngine/GoMud/modules/follow" _ "github.com/GoMudEngine/GoMud/modules/gmcp" _ "github.com/GoMudEngine/GoMud/modules/leaderboards" _ "github.com/GoMudEngine/GoMud/modules/time"