mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(rest): remove has_message from forum route (#3384)
This commit is contained in:
@@ -103,7 +103,7 @@ export function createRoutes(): RestRoutes {
|
||||
},
|
||||
|
||||
forum: (channelId) => {
|
||||
return `/channels/${channelId}/threads?has_message=true`
|
||||
return `/channels/${channelId}/threads`
|
||||
},
|
||||
|
||||
invites: (channelId) => {
|
||||
|
||||
Reference in New Issue
Block a user