Update roles.ts
This commit is contained in:
parent
643f0c9723
commit
2d73dffa9a
@ -9,7 +9,7 @@ import { getPublicUser } from "../../../util/User";
|
|||||||
const router: Router = Router();
|
const router: Router = Router();
|
||||||
|
|
||||||
router.get("/", async (req: Request, res: Response) => {
|
router.get("/", async (req: Request, res: Response) => {
|
||||||
const guild_id = req.params.id;
|
const guild_id = req.params.guild_id;
|
||||||
|
|
||||||
const guild = await GuildModel.exists({ id: guild_id });
|
const guild = await GuildModel.exists({ id: guild_id });
|
||||||
if (!guild) throw new HTTPError("Guild not found", 404);
|
if (!guild) throw new HTTPError("Guild not found", 404);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user