Hello! Im new, Already working on a resource (Modular discord bot with dashboard)

Status
This thread has been locked.

JustAnDevDC

Feedback score
0
Posts
7
Reactions
0
Resources
0
Sup!

Im new to MC market, This is my first post.
Im currently working on a self-hosted discord bot to sell on mc market, It will have a dashboard.
You can invite the bot on multiple servers AND it will be the same price as other alternatives (Around 7.50) and possibly even cheaper! Im currently working on it and got the following working:

- Loader (with Addon support)
- Very nice setup (Promt in terminal, will probably move to online setup)
- Version command to check addon versions and authors
- Help command (In a later version after release will be able to select single embed or pagination)
- Core parts of the dashboard (Login, Guilds, Parts of manage)

And im currently working on the dashboard and making everything modular so a single json file of an addon can add settings, catagories, etc and the addons will be able to pull information from simple syntax. I will do all commands later because i want everything to have perfect intergration. (so that everything works with dashboard witout me having to recode alot of stuff). The first (third-party) addon is also working. Its just a simple "game" command to search a steam game. Everything is self-hosted including the dashboard.

Sorry for the bad english, Its not my first language.
Ill send in comments when it is done bye!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Sullybash12

Get Your Python Programs and Discord Bots!
Premium
Feedback score
31
Posts
1,198
Reactions
522
Resources
0
Welcome!
 

Biometrical

Premium
Feedback score
2
Posts
137
Reactions
31
Resources
0
Hey! This is a great idea I have never seen. It looks interesting and I will almost assure you I will check it out once it releases.
 

Pretium

Feedback score
0
Posts
116
Reactions
21
Resources
0
Awesome idea, can't wait to see what you have in store for the project!

Cheers :)
 

JustAnDevDC

Feedback score
0
Posts
7
Reactions
0
Resources
0
Thanks everyone for the nice comments, Still working on it. I will post an update on progress soon. Thanks everyone!
 

Biometrical

Premium
Feedback score
2
Posts
137
Reactions
31
Resources
0
Hey!

I thought of a couple ideas. Possibly for people who already own it, they you could implement an API which would allow them to integrate the panel into their bot so they could add other features or use their own code but with your panel.
 

JustAnDevDC

Feedback score
0
Posts
7
Reactions
0
Resources
0
Hey!

I thought of a couple ideas. Possibly for people who already own it, they you could implement an API which would allow them to integrate the panel into their bot so they could add other features or use their own code but with your panel.
Thats quite a good idea, I might make a GH repo for something like this later, for now I made it so that people can remove the "Core" folder, and create their own "Bot" folder. They can add settings and categories with a simple JSON file. The possibilities are quite infinite. It allows for creation of categories, dropdowns, sliders, input, radio buttons, multi-choise, and lists which is a CRUD element. Which allows to create a form and add,delete,edit stuff (For custom commands) all with 0 coding and just a json file. Reading from the dashboard will be a simple

"dashboard.readFromServer(serverid, key)"
"dashboard.readFromUser(userid, key)"
"dashboard.readFromServerUser(serverid, userid, key)"

and you will be able to read from the values. So for third-party devs the possibilities will be endless.

although, modification of the "INDEX.JS" file is not allowed due to license systems
and stuff.


But third-party addons already have the ability to do that. I use the third-party systems aswell, I just act like the core is a normal addon which allows me to access the json feature In the core. There Is no reason for me to hard code it. In this way its easier for me and addon developers; It also makes development faster. The hardest challenge for me is making the setup easy enough for people who are not familiar with things like discord bots. And this is the first bot to have smth like that. so I also thought to do it right the first time [DOUBLEPOST=1602253331][/DOUBLEPOST]
Welcome JustAnDevDC, seems like a great idea. Great to meet you.
Thanks, Nice to meet you too![DOUBLEPOST=1602253394][/DOUBLEPOST]
Awesome idea, can't wait to see what you have in store for the project!

Cheers :)
Thanks, I'm trying to make this a good bot. My motivation is to make the community happy and become something like corebot, zeltux, etc
 
Last edited:

Eccat

Supreme
Feedback score
11
Posts
810
Reactions
192
Resources
0
Welcome! This sounds epic! I would totally be interested in this if you made it!
 

JustAnDevDC

Feedback score
0
Posts
7
Reactions
0
Resources
0
Thanks everyone!

Just a quick update on the project.
The loader is complete and dashboard is nearly complete. Most likely complete tomorrow. The dashboard is fully working and it's easy to implement in to third party addons. So loader is done. Dashboard is done tomorrow. And then it just adding a lot of command and features. I've tested out the user and developer experience and its great just adding some text to a module.json and a single line of code later and developers can use the dashboard. Installing addons is just a matter of moving a folder in to a components folder. Installation is still trough prompt but will most likely change this before the initial release or the 1.0 release since it will first release in beta.

Nice day and thank you for the amazing messages!
Bye!

(sorry for bad English, English is not my first language)
 
Status
This thread has been locked.
Top