jaka 🐉
jaka 🐉
DIAdiscord.js - Imagine an app
Created by jaka 🐉 on 4/5/2025 in #djs-questions
Bot is offline, while my other one is online
I wanted the bot to look like a normal discord bot, appearing online so I could display custom status messages for when the game would refresh. I was hoping there would be a way to make it "friend" the user by authenticating it via webhooks, but that seems to not be the case. I was not aware of how the DM bot system works, so thanks for the info
10 replies
DIAdiscord.js - Imagine an app
Created by jaka 🐉 on 4/5/2025 in #djs-questions
Bot is offline, while my other one is online
the workaround i found is enabling guild installs, inviting it to a private server, then disabling the guild installs. seems to work just for people who share that server tho
10 replies
DIAdiscord.js - Imagine an app
Created by jaka 🐉 on 4/5/2025 in #djs-questions
Bot is offline, while my other one is online
i must also clarify, my bot is DMs only. could that be causing it?
10 replies
DIAdiscord.js - Imagine an app
Created by jaka 🐉 on 4/5/2025 in #djs-questions
Bot is offline, while my other one is online
same thing as on my other bot
10 replies
DIAdiscord.js - Imagine an app
Created by jaka 🐉 on 4/5/2025 in #djs-questions
Bot is offline, while my other one is online
🌍 Production environment detected. Skipping ngrok tunnel.
[WS => Manager] Fetched Gateway Information
URL: wss://gateway.discord.gg
Recommended Shards: 1
[WS => Manager] Session Limit Information
Total: 1000
Remaining: 1000
[WS => Shard 0] Connecting to wss://gateway.discord.gg?v=10&encoding=json
[WS => Shard 0] Waiting for event hello for 60000ms
[WS => Shard 0] Preparing first heartbeat of the connection with a jitter of 0.9785107148733732; waiting 40363ms
[WS => Shard 0] Waiting for identify throttle
[WS => Shard 0] Identifying
shard id: 0
shard count: 1
intents: 4097
compression: none
[WS => Shard 0] Waiting for event ready for 15000ms
[WS => Shard 0] Shard received all its guilds. Marking as fully ready.
🤖 Logged in as Blitzcrank's Trivia#5104!
🌍 Global Commands: [ 'register', 'unregister', 'profile', 'scoreboard', 'privacy' ]
🌍 Production environment detected. Skipping ngrok tunnel.
[WS => Manager] Fetched Gateway Information
URL: wss://gateway.discord.gg
Recommended Shards: 1
[WS => Manager] Session Limit Information
Total: 1000
Remaining: 1000
[WS => Shard 0] Connecting to wss://gateway.discord.gg?v=10&encoding=json
[WS => Shard 0] Waiting for event hello for 60000ms
[WS => Shard 0] Preparing first heartbeat of the connection with a jitter of 0.9785107148733732; waiting 40363ms
[WS => Shard 0] Waiting for identify throttle
[WS => Shard 0] Identifying
shard id: 0
shard count: 1
intents: 4097
compression: none
[WS => Shard 0] Waiting for event ready for 15000ms
[WS => Shard 0] Shard received all its guilds. Marking as fully ready.
🤖 Logged in as Blitzcrank's Trivia#5104!
🌍 Global Commands: [ 'register', 'unregister', 'profile', 'scoreboard', 'privacy' ]
10 replies
DIAdiscord.js - Imagine an app
Created by jaka 🐉 on 4/5/2025 in #djs-questions
Bot is offline, while my other one is online
[email protected] with node v21.6.2. Bot of my bots are identical, except ofcourse the things I require to make them work for their specific trivia genre and the few .env changes for them to work as seperate bots. Ever since I launched the "Blitzcrank's Trivia" it has been offline and things like client.user.setPresence({status: 'online'... have not fixed it
10 replies
DIAdiscord.js - Imagine an app
Created by jaka 🐉 on 3/19/2025 in #djs-questions
How to DM users that authorized my app?
Ah okay, thought it'd be like a onChannelCreated event where channel type is DM or something. thanks :CB_cheers:
4 replies