stuff
This commit is contained in:
parent
f8e10a1e09
commit
071870aa96
3 changed files with 6 additions and 16 deletions
|
@ -1023,12 +1023,7 @@ class Channel extends SnowFlake{
|
|||
return;
|
||||
}
|
||||
await fetch(
|
||||
this.info.api +
|
||||
"/channels/" +
|
||||
this.id +
|
||||
"/messages?limit=100&after=" +
|
||||
id,
|
||||
{
|
||||
this.info.api + "/channels/" +this.id +"/messages?limit=100&after=" +id,{
|
||||
headers: this.headers,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue