mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Fixed getChannelLogs bug (template string variable without ${})
This commit is contained in:
@@ -428,7 +428,7 @@ export default class InternalClient {
|
||||
|
||||
return this.apiRequest(
|
||||
"get",
|
||||
`Endpoints.CHANNEL_MESSAGES(channel.id)?${qs.stringify(qsObject)}`,
|
||||
`${Endpoints.CHANNEL_MESSAGES(channel.id)}?${qs.stringify(qsObject)}`,
|
||||
true
|
||||
)
|
||||
.then(res => res.map(
|
||||
|
||||
Reference in New Issue
Block a user