fix: repeat, greet, bye, boost messages can now once again mention anyone

fix: .say #channel fixed
This commit is contained in:
Kwoth
2024-05-11 07:59:37 +00:00
parent d766295286
commit 0da8190637
5 changed files with 15 additions and 9 deletions

View File

@@ -357,9 +357,10 @@ public sealed partial class ResponseBuilder
fileName = name;
return this;
}
public PaginatedResponseBuilder Paginated()
=> new(this);
}
public class PaginatedResponseBuilder