Kumar
Kumar
DIAdiscord.js - Imagine an app
Created by Kumar on 9/28/2023 in #djs-questions
@everyone ping Bug ?
discord.js@14.13.0
12 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 9/24/2023 in #djs-questions
Interactive Button Data
constructor(props: ButtonAndRunProps) {
super(props);
//with lodash merge
(this.data as any) = merge(props, this.data);
}
constructor(props: ButtonAndRunProps) {
super(props);
//with lodash merge
(this.data as any) = merge(props, this.data);
}
That seems to be a really ugly solution 🤔 maybe even bring some memory issues ?
3 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
Thanks guys
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
thanks !!
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
okk only mobile
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
/airhorn
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
but for me they are not clickable thinkLul
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
yeah thats what i plan to achieve
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
you can do that ?
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
so giving them just a click is easier xD
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
They dont understand how to use slash commands in the chat
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
enter
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
to type something 😄 😄
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 5/29/2023 in #djs-questions
Display all commands in guild a member has permissions on
I want to to create clickable commands. There are members who can't type them 😄 Another way would be to just show commands which are public
22 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 3/12/2023 in #djs-questions
Cant access #Guild.members from ForumChannel
ah you mean the client for ws ?
7 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 3/12/2023 in #djs-questions
Cant access #Guild.members from ForumChannel
where is it ?
7 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 3/12/2023 in #djs-questions
Cant access #Guild.members from ForumChannel
what exactly ? I didnt modify anything afik
7 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 3/11/2023 in #djs-questions
No error stack trac
where it points correctly to my file
28 replies
DIAdiscord.js - Imagine an app
Created by Kumar on 3/11/2023 in #djs-questions
No error stack trac
bot.on("ready", async () => {
throw Error("something broken");
});
bot.on("ready", async () => {
throw Error("something broken");
});
this on the other hand outputs:
Error: something broken
at DiscordBot.<anonymous> (/Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:143:15)
at Generator.next (<anonymous>)
at /Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:8:71
at new Promise (<anonymous>)
at __awaiter (/Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:4:12)
at DiscordBot.<anonymous> (/Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:142:34)
at DiscordBot.emit (node:events:525:35)
at WebSocketManager.triggerClientReady (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketManager.js:385:17)
at WebSocketManager.checkShardsReady (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketManager.js:368:10)
at WebSocketShard.<anonymous> (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketManager.js:194:14)
at WebSocketShard.emit (node:events:513:28)
at WebSocketShard.checkReady (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketShard.js:520:12)
Error: something broken
at DiscordBot.<anonymous> (/Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:143:15)
at Generator.next (<anonymous>)
at /Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:8:71
at new Promise (<anonymous>)
at __awaiter (/Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:4:12)
at DiscordBot.<anonymous> (/Users/kevinkumar/Downloads/tmsbuddies/apps/discord/src/DiscordBots/classes/Client.ts:142:34)
at DiscordBot.emit (node:events:525:35)
at WebSocketManager.triggerClientReady (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketManager.js:385:17)
at WebSocketManager.checkShardsReady (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketManager.js:368:10)
at WebSocketShard.<anonymous> (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketManager.js:194:14)
at WebSocketShard.emit (node:events:513:28)
at WebSocketShard.checkReady (/Users/kevinkumar/Downloads/tmsbuddies/node_modules/discord.js/src/client/websocket/WebSocketShard.js:520:12)
28 replies