@open-discord-bots/framework 0.0.2 → 0.0.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
Open Discord is a modular plugin-driven framework built on top of discord.js that provides a structured foundation for building advanced Discord bots.
|
|
14
14
|
It powers <a href="https://otgithub.dj-dj.be"><b>Open Ticket</b></a> and <a href="https://omgithub.dj-dj.be/"><b>Open Moderation</b></a>, offering shared utilities, plugin support, translations, config/database and a scalable architecture for the most advanced open-source discord bots.<br><br>
|
|
15
15
|
<b>⚠️ Warning!</b><br>
|
|
16
|
-
We do currently <b>NOT</b> provide support <b>3rd party implementations</b> of the framework!<br>More information can be found in our <a href="https://discord.dj-dj.be">discord server</a>.
|
|
16
|
+
We do currently <b>NOT</b> provide support for <b>3rd party implementations</b> of the framework!<br>More information can be found in our <a href="https://discord.dj-dj.be">discord server</a>.
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
### 📌 Primary Features
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-discord-bots/framework",
|
|
3
3
|
"author": "DJj123dj",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"description": "The core framework of the popular open-source discord bots: Open Ticket & Open Moderation.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|