@discordeno/types 19.0.0-next.ff6dcb1 → 19.0.0
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 +7 -148
- 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} +1513 -183
- package/dist/types/discord.d.ts.map +1 -0
- package/dist/{discordeno.d.ts → types/discordeno.d.ts} +715 -156
- package/dist/types/discordeno.d.ts.map +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/{shared.d.ts → types/shared.d.ts} +342 -86
- package/dist/types/shared.d.ts.map +1 -0
- package/package.json +26 -14
- package/dist/discord.d.ts.map +0 -1
- package/dist/discord.js +0 -2
- package/dist/discordeno.d.ts.map +0 -1
- package/dist/discordeno.js +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -2
- package/dist/shared.d.ts.map +0 -1
- package/dist/shared.js +0 -2
- /package/dist/{index.d.ts → types/index.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -1,158 +1,17 @@
|
|
|
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
|
-

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

|
|
148
10
|
|
|
149
|
-
|
|
150
|
-
- [Fileloader Plugin](plugins/fileloader)
|
|
151
|
-
- [Helpers Plugin](plugins/helpers)
|
|
152
|
-
- [Permissions Plugin](plugins/permissions)
|
|
11
|
+
Types used in Discordeno. Including Discord types
|
|
153
12
|
|
|
154
13
|
## Links
|
|
155
14
|
|
|
156
|
-
- [Website](https://discordeno.
|
|
15
|
+
- [Website](https://discordeno.js.org/)
|
|
157
16
|
- [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts)
|
|
158
17
|
- [Discord](https://discord.com/invite/5vBgXk3UcZ)
|