End of discord.js-selfbot-v13? #1071
Answered
by
p0ut
Legends-of-NGDB
asked this question in
Q&A
-
Is this package no longer supported? First of all, all message send events are failing for whatever reason. |
Beta Was this translation helpful? Give feedback.
Answered by
p0ut
Mar 3, 2024
Replies: 1 comment 3 replies
-
const { Client } = require('discord.js-selfbot-v13');
const client = new Client({
checkUpdate: true,
});
client.on('ready', async () => {
const channelId = '978003126445564024';
const channel = client.channels.cache.get(channelId);
if (channel) {
console.log(`Channel found: ${channel.name}`);
const msg = await channel.sendSlash('776897904404987946', 'promo');
console.log(msg)
} else {
console.error('Channel not found.');
}
});
client.login(process.env.Chicken); Console: Channel found: 「👊」share Msg was not logged... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Legends-of-NGDB Please check previously opened issues and discussions regarding replit. Replit no longer allows selfbots of any kind running on their platform due to breaking ToS.