diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-04-16 00:15:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 00:15:09 +0300 |
commit | 221f627f187e544159db38cf157a43369b3a98b2 (patch) | |
tree | 137c4ad8f2d7895a8623e282e31ad4e7031556b5 | |
parent | Align buttons to center (diff) | |
download | server-221f627f187e544159db38cf157a43369b3a98b2.tar.xz |
remove misleading todo note
-rw-r--r-- | api/src/routes/guilds/#guild_id/members/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/routes/guilds/#guild_id/members/index.ts b/api/src/routes/guilds/#guild_id/members/index.ts index 386276c8..b730a4e7 100644 --- a/api/src/routes/guilds/#guild_id/members/index.ts +++ b/api/src/routes/guilds/#guild_id/members/index.ts @@ -6,7 +6,6 @@ import { HTTPError } from "lambert-server"; const router = Router(); -// TODO: not allowed for user -> only allowed for bots with privileged intents // TODO: send over websocket // TODO: check for GUILD_MEMBERS intent |