diff --git a/lib/zoeyscomputer_web/router.ex b/lib/zoeyscomputer_web/router.ex index 89e8040..52939c4 100644 --- a/lib/zoeyscomputer_web/router.ex +++ b/lib/zoeyscomputer_web/router.ex @@ -142,7 +142,7 @@ defmodule ZoeyscomputerWeb.Router do _ -> false end - if true do + if is_discord do # Extract the ID from the path id = List.last(conn.path_info)