Skip to content
Discussion options

You must be logged in to vote
import { Client } from "discord.js-selfbot-v13";

const client = new Client();

client.token = 'token';

client.api.channels['id channel'].messages.post({
	data: {
		content: 'hi',
	},
});

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@divyam234
Comment options

@aiko-chan-ai
Comment options

Answer selected by divyam234
@aiko-chan-ai
Comment options

@TheDevYellowy
Comment options

@divyam234
Comment options

@cuongn265
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants