@discordeno/types 19.0.0-next.fe00a6f → 19.0.0-next.ffdef6c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -143
- package/dist/cjs/discord.cjs +416 -0
- package/dist/cjs/discordeno.cjs +17 -0
- package/dist/cjs/index.cjs +22 -0
- package/dist/cjs/shared.cjs +940 -0
- package/dist/esm/discord.js +320 -0
- package/dist/esm/discordeno.js +7 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/shared.js +772 -0
- package/dist/{discord.d.ts → types/discord.d.ts} +1443 -169
- package/dist/types/discord.d.ts.map +1 -0
- package/dist/{discordeno.d.ts → types/discordeno.d.ts} +592 -87
- package/dist/types/discordeno.d.ts.map +1 -0
- package/dist/{index.js → types/index.d.ts} +1 -3
- package/dist/types/index.d.ts.map +1 -0
- package/dist/{shared.d.ts → types/shared.d.ts} +292 -77
- package/dist/types/shared.d.ts.map +1 -0
- package/package.json +22 -21
- package/dist/camel.d.ts +0 -288
- package/dist/camel.d.ts.map +0 -1
- package/dist/camel.js +0 -3
- package/dist/camel.js.map +0 -1
- package/dist/discord.d.ts.map +0 -1
- package/dist/discord.js +0 -26
- package/dist/discord.js.map +0 -1
- package/dist/discordeno.d.ts.map +0 -1
- package/dist/discordeno.js +0 -3
- package/dist/discordeno.js.map +0 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/shared.d.ts.map +0 -1
- package/dist/shared.js +0 -617
- package/dist/shared.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,151 +1,14 @@
|
|
|
1
|
-
# Discordeno
|
|
1
|
+
# Discordeno Utils
|
|
2
2
|
|
|
3
|
-
<img align="right" src="https://raw.githubusercontent.com/discordeno/discordeno/main/
|
|
3
|
+
<img align="right" src="https://raw.githubusercontent.com/discordeno/discordeno/main/website/static/img/logo.png" height="150px" />
|
|
4
4
|
|
|
5
|
-
Discord API library for [Deno](https://deno.land)
|
|
6
|
-
|
|
7
|
-
Discordeno follows [semantic versioning](https://semver.org/)
|
|
5
|
+
Discord API library for [Node.JS](https://nodejs.org), [Deno](https://deno.land) & [Bun](https://bun.sh/)
|
|
8
6
|
|
|
9
7
|
[](https://discord.com/invite/5vBgXk3UcZ)
|
|
10
|
-

|
|
134
|
-
- [Serverless Slash Commands Template (official)](https://github.com/discordeno/serverless-deno-deploy-template)
|
|
135
|
-
- [`create-discordeno-bot` (WIP, unoffical)](https://github.com/Reboot-Codes/create-discordeno-bot/)
|
|
136
|
-
- [Add Your Own!](https://github.com/discordeno/discordeno/pulls)
|
|
137
|
-
|
|
138
|
-
**Frameworks**
|
|
139
|
-
|
|
140
|
-
- [Amethyst Framework](https://github.com/AmethystFramework/framework)
|
|
141
|
-
- [Add Your Own!](https://github.com/discordeno/discordeno/pulls)
|
|
142
|
-
|
|
143
|
-
**Plugins**
|
|
8
|
+
[](https://codecov.io/gh/discordeno/discordeno)
|
|
9
|
+

|
|
144
10
|
|
|
145
|
-
|
|
146
|
-
- [Fileloader Plugin](plugins/fileloader)
|
|
147
|
-
- [Helpers Plugin](plugins/helpers)
|
|
148
|
-
- [Permissions Plugin](plugins/permissions)
|
|
11
|
+
Types used in Discordeno. Including Discord types
|
|
149
12
|
|
|
150
13
|
## Links
|
|
151
14
|
|