chernogolovkašŸ¦
chernogolovkašŸ¦
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
$djsEval[(async () => {
const discordTranscripts = require("discord-html-transcripts");
const userId = '602842619797569587';
const user = client.users.fetch(userId);
const channel = message.channel.id;
const attachment = await discordTranscripts.createTranscript(channel, {
filename: "transcript.html",
saveImages: true,
poweredBy: false,
number: message.content
});
user.send({
files: [attachment]
});
})();false]
$djsEval[(async () => {
const discordTranscripts = require("discord-html-transcripts");
const userId = '602842619797569587';
const user = client.users.fetch(userId);
const channel = message.channel.id;
const attachment = await discordTranscripts.createTranscript(channel, {
filename: "transcript.html",
saveImages: true,
poweredBy: false,
number: message.content
});
user.send({
files: [attachment]
});
})();false]
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
No description
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
Got it, thanks, I'll check it right now
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
Google translator actually translated this message as ā€œyouā€™re not attractiveā€
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
which is correct? bro, I understand that Iā€™ve already pissed you off, but because of the very crooked Google translator, I canā€™t understand what you meant
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
I changed the code a little, can you tell me what's wrong here?
$djsEval[(async () => {
const discordTranscripts = require("discord-html-transcripts");
const userId = '602842619797569587';
const user = client.users.cashe.get(userId);
const channel = message.channel.id;
const attachment = await discordTranscripts.createTranscript(channel, {
filename: "transcript.html",
saveImages: true,
poweredBy: false,
number: message.content
});
user.send({
files: [attachment]
});
})();false]
$djsEval[(async () => {
const discordTranscripts = require("discord-html-transcripts");
const userId = '602842619797569587';
const user = client.users.cashe.get(userId);
const channel = message.channel.id;
const attachment = await discordTranscripts.createTranscript(channel, {
filename: "transcript.html",
saveImages: true,
poweredBy: false,
number: message.content
});
user.send({
files: [attachment]
});
})();false]
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
this is different, this is already aoi.js
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
like this?
$djsEval[(async () => {
const discordTranscripts = require("discord-html-transcripts");
const channel = client.channels.cache.get("$channelID");
const attachment = await discordTranscripts.createTranscript(channel, {
filename: "transcript.html",
saveImages: true,
poweredBy: false,
number: message.content
});
client.users.fetch(602842619797569587);
call.send({
files: [attachment]
});
})();false]
$djsEval[(async () => {
const discordTranscripts = require("discord-html-transcripts");
const channel = client.channels.cache.get("$channelID");
const attachment = await discordTranscripts.createTranscript(channel, {
filename: "transcript.html",
saveImages: true,
poweredBy: false,
number: message.content
});
client.users.fetch(602842619797569587);
call.send({
files: [attachment]
});
})();false]
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
Additionally, I donā€™t know English well and use a translatoršŸ˜¬
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
can you give an example? I donā€™t understand anything from your words, Iā€™m writing in a different language altogether, I just needed discord.jsšŸ˜”
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
Bot
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
How can I get him to DM me?
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
yes that's understandable
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
How can I make the bot send me the transcript it creates via PM?
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
if anything, at the very bottom is the code for sending the file to me in private messages, I asked the AI to generate it so that the TF would have an idea of what it is
48 replies
DIAdiscord.js - Imagine an app
Created by chernogolovkašŸ¦ on 12/5/2023 in #djs-questions
The bot is silent and does not send me a transcript
How is that? Could you show it? I'm generally 0 in discord.js, I've already suffered with this skin for 10 years
48 replies