feat: store system UUIDs of banned users per guild
This commit is contained in:
parent
5ac607fd0a
commit
5f24a6aa88
9 changed files with 121 additions and 18 deletions
|
|
@ -65,6 +65,10 @@ public class MetaController(
|
|||
);
|
||||
}
|
||||
|
||||
[HttpGet("coffee")]
|
||||
public IActionResult BrewCoffee() =>
|
||||
Problem("Sorry, I'm a teapot!", statusCode: StatusCodes.Status418ImATeapot);
|
||||
|
||||
private record MetaResponse(
|
||||
int Guilds,
|
||||
string InviteUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue