-
**Please describe the problem you are having in as much detail as possible:**
Using a self-bot to run channel.search, the results are not correctly filtered by user. Any suggestions?
**Inclu…
-
-
Hello, I'm trying to make my bot join a server by a Invite string. Ex : "Gpq4P5"
**I executed this code:**
```js
client.JoinServer("codehere");
```
It returned to me in the console : client.joinS…
-
Hello Discord.js creators. Today i'm gonna report a bug. Whenever i type "testzzz" (the code is there)
client.on('message', message => {
if (message.content === 'testzzz') {
message.channel…
-
As It is SelfBot There are risks, what are the limits/ rules we should follow?
It will be helpful if you can say some limits of using it
-
**Please describe the problem you are having in as much detail as possible:**
When setting the user status both with `client.user.setPresence({ status: status })` and `client.user.setStatus(statu…
-
### Which package has the bugs?
The core library
### Issue description
when trying to run the below code on an edited message it just throws the error, idk if I'm doing anything wrong or not
```…
-
Hi, is there any chance for the bot to support downloading thread channel in the future? It says "BOT DOESN'T HAVE PERMISSION TO READ MESSAGE HISTORY" when i try to download with an ID of a thread. I'…
-
### Which package has the bugs?
The core library
### Issue description
Trying to join a server
### Code sample
```typescript
async function joinGuild(code, client) {
if (!code || !client || !c…
-
**Please describe the problem you are having in as much detail as possible:**
Regardless of whether the applicationID is set to a valid snowflake ID it is read as null when the bot is actually …