mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
fix: cleverbot:response should now be a valid module name
This commit is contained in:
@@ -87,6 +87,7 @@ public sealed class Help : NadekoModule<HelpService>
|
||||
await Response()
|
||||
.Paginated()
|
||||
.Items(topLevelModules)
|
||||
.PageSize(12)
|
||||
.CurrentPage(page)
|
||||
.AddFooter(false)
|
||||
.Page((items, _) =>
|
||||
|
Reference in New Issue
Block a user