Ararou

Results 4 comments of Ararou

I am also having the same issue with this. I am currently trying to make a purge command that clears messages from a user, and whenever I try to filter...

So, I have found the issue. In order to use `messages.filter`, the channel you are fetching messages from needs to be as TextChannel. Doing `const messages = await ( as...

> That is not relevant to this issue. If you only care about text channels, you should check the channel's type. Either way works, if you check the channels type...