mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: endpoint (#2296)
This commit is contained in:
+1
-1
@@ -467,7 +467,7 @@ export const routes = {
|
||||
return `/users/@me`;
|
||||
},
|
||||
USER_GUILDS: () => {
|
||||
return `/@me/guilds`;
|
||||
return `/users/@me/guilds`;
|
||||
},
|
||||
// TODO: move this away
|
||||
USER_AVATAR: (userId: bigint, icon: string) => {
|
||||
|
||||
Reference in New Issue
Block a user