0.1.5-adf461b • Published 4 years ago

discord-tsx-factory v0.1.5-adf461b

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

About

Write Discord.js component in tsx.

discord-tsx-factory is compatible with discord.js version 14.10.0 - 14.11.0. (See peerDependencies)

import { createElement, Fragment, Client } from "discord-tsx-factory";
import * as Discord from "discord.js";

const client = new Client(...);

// Go to documents/EXAMPLES.md (visit GitHub) to check out example usages.

Installation

Using npm

$ npm install --save discord.js@14.11.0 discord-tsx-factory

Using yarn

$ yarn add discord.js@14.11.0 discord-tsx-factory

You need to modify your tsconfig.json to use discord-tsx-factory:

{
  "compilerOptions": {
    ...
    "jsx": "react",
    "jsxFactory": "createElement",
    "jsxFragmentFactory": "Fragment",
    ...
  },
  ...
}

Example usage

Go to EXAMPLES.md.

Listening and Handling interactions

Go to HANDLING_INTERACTIONS.md.

Command

discord-tsx-commands is now available on npmjs!

import * as Discord from "discord.js";
import { createElement, Fragment } from "discord-tsx-factory";
import "discord-tsx-commands";

Check out discord-tsx-commands on GitHub for more information.

Special Thanks

License

MIT License

Copyright (c) 2022 이승훈

0.3.6

1 year ago

0.3.6-a

1 year ago

0.3.6-b

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

2 years ago

0.3.1

3 years ago

0.2.19

3 years ago

0.3.0

3 years ago

0.2.19-b

3 years ago

0.2.19-a

3 years ago

0.2.19-d

3 years ago

0.2.19-c

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.15-a

3 years ago

0.2.14

3 years ago

0.2.12-b

4 years ago

0.2.12-a

4 years ago

0.2.10-a

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.3-a

4 years ago

0.2.4

4 years ago

0.1.7-f0b68d5

4 years ago

0.1.8-a

4 years ago

0.1.7-b-f0b68d5

4 years ago

0.1.7-c4653f9

4 years ago

0.2.1

4 years ago

0.2.2-a

4 years ago

0.2.0

4 years ago

0.2.1-a

4 years ago

0.1.8

4 years ago

0.1.8-fe34f48

4 years ago

0.1.9

4 years ago

0.2.3

4 years ago

0.1.7-b-fe34f48

4 years ago

0.2.2

4 years ago

0.1.7-a-f0b68d5

4 years ago

0.1.6-68d5169

4 years ago

0.1.5-4ba0f56

4 years ago

0.1.5-adf461b

4 years ago

0.1.7-415300

4 years ago

0.1.6-415300

4 years ago

0.1.5-68d5169

4 years ago

0.1.5-d522320

4 years ago

0.1.4-4ba0f56

4 years ago

0.1.4

4 years ago

0.1.3-a

4 years ago

0.1.3

4 years ago

0.1.2-b

4 years ago

0.1.2-a

4 years ago

0.1.2

4 years ago

0.1.1-a

4 years ago

0.1.1

4 years ago