rishsane
rishsane
DIAdiscord.js - Imagine an app
Created by rishsane on 3/17/2025 in #djs-questions
An advanced bot for Discord and I want to eventually mimic it for whats app
So one of the issues is when I type/help its supposed to show a lits of the commands and what the intent is. I have 42 including the help one. But when I type /help it just thinks about it infinitley because discord limits to 25 items per embed. So I tried to categorize them and then it couldnt even detect the help command let alone others.
16 replies
DIAdiscord.js - Imagine an app
Created by rishsane on 3/17/2025 in #djs-questions
An advanced bot for Discord and I want to eventually mimic it for whats app
Oh I see.
16 replies
DIAdiscord.js - Imagine an app
Created by rishsane on 3/17/2025 in #djs-questions
An advanced bot for Discord and I want to eventually mimic it for whats app
How?
16 replies
DIAdiscord.js - Imagine an app
Created by rishsane on 3/17/2025 in #djs-questions
An advanced bot for Discord and I want to eventually mimic it for whats app
PS C:\Users\richa> npm list discord.js [email protected] C:\Users\richa `-- (empty)
16 replies
DIAdiscord.js - Imagine an app
Created by rishsane on 3/17/2025 in #djs-questions
An advanced bot for Discord and I want to eventually mimic it for whats app
npm: '10.9.2',
node: '22.14.0',
acorn: '8.14.0',
ada: '2.9.2',
amaro: '0.3.0',
ares: '1.34.4',
brotli: '1.1.0',
cjs_module_lexer: '1.4.1',
cldr: '46.0',
icu: '76.1',
llhttp: '9.2.1',
modules: '127',
napi: '10',
nbytes: '0.1.1',
ncrypto: '0.0.1',
nghttp2: '1.64.0',
nghttp3: '1.6.0',
ngtcp2: '1.10.0',
openssl: '3.0.15+quic',
simdjson: '3.10.1',
simdutf: '6.0.3',
sqlite: '3.47.2',
tz: '2024b',
undici: '6.21.1',
unicode: '16.0',
uv: '1.49.2',
uvwasi: '0.0.21',
v8: '12.4.254.21-node.22',
zlib: '1.3.0.1-motley-82a5fec'
npm: '10.9.2',
node: '22.14.0',
acorn: '8.14.0',
ada: '2.9.2',
amaro: '0.3.0',
ares: '1.34.4',
brotli: '1.1.0',
cjs_module_lexer: '1.4.1',
cldr: '46.0',
icu: '76.1',
llhttp: '9.2.1',
modules: '127',
napi: '10',
nbytes: '0.1.1',
ncrypto: '0.0.1',
nghttp2: '1.64.0',
nghttp3: '1.6.0',
ngtcp2: '1.10.0',
openssl: '3.0.15+quic',
simdjson: '3.10.1',
simdutf: '6.0.3',
sqlite: '3.47.2',
tz: '2024b',
undici: '6.21.1',
unicode: '16.0',
uv: '1.49.2',
uvwasi: '0.0.21',
v8: '12.4.254.21-node.22',
zlib: '1.3.0.1-motley-82a5fec'
16 replies
CCConvex Community
Created by greends on 2/25/2025 in #general
security risks of just code
ok. thanks
52 replies
CCConvex Community
Created by greends on 2/25/2025 in #general
security risks of just code
Sorry man. I didn't try to tell you are bad in English. Just wanted to know about the school. I mean where the school is based. Actually I also not so good at english 🤔
52 replies
CCConvex Community
Created by greends on 2/25/2025 in #general
security risks of just code
Where are you from?
52 replies
CCConvex Community
Created by 🐐GoatGuy🐐 on 2/14/2025 in #support-community
Weird type error when searching by Index
We can't console.log(result)
13 replies
CCConvex Community
Created by 🐐GoatGuy🐐 on 2/14/2025 in #support-community
Weird type error when searching by Index
Right. But there are some special cases.
function fail(): never {
throw new Error("This function never returns!");
}

const result = fail(); // Type of `result` is `never`
function fail(): never {
throw new Error("This function never returns!");
}

const result = fail(); // Type of `result` is `never`
13 replies
CCConvex Community
Created by 🐐GoatGuy🐐 on 2/14/2025 in #support-community
Weird type error when searching by Index
Do you know what is never type?
13 replies