Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/discord

package.json

42 lines · 1.4 KB · JSON
{
	"name": "@kody/discord",
	"version": "1.0.0",
	"description": "Discord bot-token and user-OAuth helpers for identity, guilds, messages, reactions, and threads.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"exports": {
		".": "./src/index.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./get-me": "./src/get-me.ts",
		"./list-guilds": "./src/list-guilds.ts",
		"./post-message": "./src/post-message.ts",
		"./edit-message": "./src/edit-message.ts",
		"./fetch-channel": "./src/fetch-channel.ts",
		"./fetch-channel-messages": "./src/fetch-channel-messages.ts",
		"./add-reaction": "./src/add-reaction.ts",
		"./create-thread": "./src/create-thread.ts",
		"./list-channel-threads": "./src/list-channel-threads.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "discord",
		"name": "Discord",
		"description": "Read and post in Discord servers with a bot token, and read identity and guilds with user OAuth.",
		"tags": [
			"discord",
			"bot",
			"oauth",
			"messages",
			"threads",
			"guilds",
			"multi-account"
		],
		"searchText": "discord bot token user oauth identify guilds post message read channel messages add reaction create thread list threads edit message dryRun smoke test discordBotToken createAuthenticatedFetch users/@me insufficient scope missing access missing permissions Message Content intent multi-account integration name"
	}
}