みなもとしずか
みなもとしずか
DIAdiscord.js - Imagine an app
Created by みなもとしずか on 1/30/2024 in #djs-questions
client.user.setStatus not working
Sorry this code worked. The position of semicolon was inappropriate
16 replies
DIAdiscord.js - Imagine an app
Created by みなもとしずか on 1/30/2024 in #djs-questions
client.user.setStatus not working
Preparing to connect to the gateway...
[WS => Manager] Fetched Gateway Information
URL: wss://gateway.discord.gg
Recommended Shards: 1
[WS => Manager] Session Limit Information
Total: 1000
Remaining: 853

[WS => Manager] Spawning shards: 0
[WS => Shard 0] [CONNECT]
Gateway : wss://gateway.discord.gg/
Version : 9
Encoding : json
Compression: none
[WS => Shard 0] Setting a HELLO timeout for 20s.
[WS => Shard 0] [CONNECTED] Took 45ms
[WS => Shard 0] Clearing the HELLO timeout.
[WS => Shard 0] Setting a heartbeat interval for 41250ms.
[WS => Shard 0] [IDENTIFY] Shard 0/1 with intents: 32767
[WS => Shard 0] [READY] Session dec411b6d1e01aea6925fc517bbf7a9a | Resume url wss://gateway-us-east1-b.discord.gg.
[WS => Shard 0] [ReadyHeartbeat] Sending a heartbeat.
[WS => Shard 0] Shard received all its guilds. Marking as fully ready.
test#8343 is ready!
[WS => Shard 0] Heartbeat acknowledged, latency of 16ms.
[WS => Shard 0] [HeartbeatTimer] Sending a heartbeat.
[WS => Shard 0] Heartbeat acknowledged, latency of 15ms.
Preparing to connect to the gateway...
[WS => Manager] Fetched Gateway Information
URL: wss://gateway.discord.gg
Recommended Shards: 1
[WS => Manager] Session Limit Information
Total: 1000
Remaining: 853

[WS => Manager] Spawning shards: 0
[WS => Shard 0] [CONNECT]
Gateway : wss://gateway.discord.gg/
Version : 9
Encoding : json
Compression: none
[WS => Shard 0] Setting a HELLO timeout for 20s.
[WS => Shard 0] [CONNECTED] Took 45ms
[WS => Shard 0] Clearing the HELLO timeout.
[WS => Shard 0] Setting a heartbeat interval for 41250ms.
[WS => Shard 0] [IDENTIFY] Shard 0/1 with intents: 32767
[WS => Shard 0] [READY] Session dec411b6d1e01aea6925fc517bbf7a9a | Resume url wss://gateway-us-east1-b.discord.gg.
[WS => Shard 0] [ReadyHeartbeat] Sending a heartbeat.
[WS => Shard 0] Shard received all its guilds. Marking as fully ready.
test#8343 is ready!
[WS => Shard 0] Heartbeat acknowledged, latency of 16ms.
[WS => Shard 0] [HeartbeatTimer] Sending a heartbeat.
[WS => Shard 0] Heartbeat acknowledged, latency of 15ms.
16 replies
DIAdiscord.js - Imagine an app
Created by みなもとしずか on 1/30/2024 in #djs-questions
client.user.setStatus not working
It does not work Is the code wrong?
const client = new Client({
partials: ["CHANNEL"],
intents: new Intents(32767),
presence:{
status:'invisible',
}
});
const client = new Client({
partials: ["CHANNEL"],
intents: new Intents(32767),
presence:{
status:'invisible',
}
});
16 replies
DIAdiscord.js - Imagine an app
Created by みなもとしずか on 1/30/2024 in #djs-questions
client.user.setStatus not working
No errors occurred
16 replies