Konrad
Konrad
DIAdiscord.js - Imagine an app
Created by Konrad on 7/7/2024 in #djs-questions
Bot not returning API latency
Ok yeah, that question made me realize the problem. I defined the client in the main.js of my "general plugin" instead of requiring the one from index.js
8 replies
DIAdiscord.js - Imagine an app
Created by Konrad on 7/7/2024 in #djs-questions
Bot not returning API latency
const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages] });
8 replies
DIAdiscord.js - Imagine an app
Created by Konrad on 7/7/2024 in #djs-questions
Bot not returning API latency
Shows on the tag, 14.15.3
8 replies