Making a Discord ticket bot w/ MySQL support. (Need some feedback.)

Status
This thread has been locked.

Travis.

Banned
Feedback score
7
Posts
205
Reactions
47
Resources
0
The Discord ticket bot I am making depends on a MySQL database, and stores any information that it needs to store in the database. I am looking for suggestions as this bot will be sold here on MC-Market sooner or later.

Basically every message that is visible to your end user is able to be customized. All customizations are stored in an options.ini file. I have may ideas planned out already, but I have only just started and I am looking for feedback before I really start making this project and releasing it. I don't want this bot to be your regular ticket bot you can easily download from GitHub or a bot like Tickety. I want this to be something new and user-friendly.

Here are some of my plans:
- All tickets are archived in MySQL, so all ticket messages could be uploaded to a safe text uploader privately. (say Hastebin or Pastebin.)
- Check a ticket's status to see if it is opened or closed using a command.
- More coming soon...

If you suggest something that I like and that would be a great addition, I will credit you on this thread and when I actually release the bot. All suggestions will be reviewed and evaluated.
 
Banned forever. Reason: Admitting to Scamming (https://builtbybit.com/threads/travis-scam-report.544213/)
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

markd

plox.host
Supreme
Feedback score
56
Posts
644
Reactions
394
Resources
0
wait so your saying all ticket messages are stored in a MySQL database?
 

Travis.

Banned
Feedback score
7
Posts
205
Reactions
47
Resources
0
wait so your saying all ticket messages are stored in a MySQL database?
Yes, but instead I might change that so after a ticket closes, it will upload to Pastebin or something. Which would be toggleable in the options.ini file.[DOUBLEPOST=1553626879][/DOUBLEPOST]Let me rephrase that. All messages would be stored in the database. After the ticket is closed, all messages will be sent off to Pastebin and then wiped from the database. In the database under the ticket ID, would be the Pastebin link to view the ticket archive.
 
Last edited:
Banned forever. Reason: Admitting to Scamming (https://builtbybit.com/threads/travis-scam-report.544213/)

LillianA

beep boop
Premium
Feedback score
7
Posts
347
Reactions
259
Resources
0
Or just once the ticket closes grab all of the messages and store them in plaintext and upload that file (if under 8MB) to a channel that you can specify, no need for a database if all it serves is to upload messages to pastebin

and store the file in a ./data/archives/ folder or something like that
 
Last edited:

Travis.

Banned
Feedback score
7
Posts
205
Reactions
47
Resources
0
Or just once the ticket closes grab all of the messages and store them in plaintext and upload that file (if under 8MB) to a channel that you can specify, no need for a database if all it serves is to upload messages to pastebin

and store the file in a ./data/archives/ folder or something like that
True, and if the file is over 8mb it could upload to file dropper or something. I think I will do that instead then. Then if the options.ini file, the bot owner could specify if they want to upload the chat to a file uploader or not.
 
Last edited:
Banned forever. Reason: Admitting to Scamming (https://builtbybit.com/threads/travis-scam-report.544213/)

Travis.

Banned
Feedback score
7
Posts
205
Reactions
47
Resources
0
How much could I even get for this, or should I just make it open source?
 
Banned forever. Reason: Admitting to Scamming (https://builtbybit.com/threads/travis-scam-report.544213/)

Kuchy

Web Developing Cake
Support
Feedback score
14
Posts
663
Reactions
505
Resources
2
MySQL would be good if you planned on making a web panel alongside it. Otherwise, not really the best option for something you are wanting. Still good but a simple file with the data is better.

How much could I even get for this, or should I just make it open source?
People underprice discord bots at most times. If you went along with a panel, I'd say you could get it for $250-$300, being exclusive of course. For the other method, probably $85-$100.

If it's non exclusive, I'd probably sell it as a resource for $14.99 with panel. $11.99 without.
 

Travis.

Banned
Feedback score
7
Posts
205
Reactions
47
Resources
0
MySQL would be good if you planned on making a web panel alongside it. Otherwise, not really the best option for something you are wanting. Still good but a simple file with the data is better.


People underprice discord bots at most times. If you went along with a panel, I'd say you could get it for $250-$300, being exclusive of course. For the other method, probably $85-$100.

If it's non exclusive, I'd probably sell it as a resource for $14.99 with panel. $11.99 without.
I will probably sell it for like $5. I think I would get more customers and also more attention to the product.
 
Banned forever. Reason: Admitting to Scamming (https://builtbybit.com/threads/travis-scam-report.544213/)

Kuchy

Web Developing Cake
Support
Feedback score
14
Posts
663
Reactions
505
Resources
2
I will probably sell it for like $5. I think I would get more customers and also more attention to the product.
Completely up to you. Personally, I'd charge more if it included the web panel system. For web development, I try to charge based on difficulty and how long it would take so I can price based on per hour all together. Works well for me but everyone has their own preference.


I like your bot idea. Very nice and unique idea for saving chat logs (at least to me). Hope everything goes well.

Good luck! :D
 

Travis.

Banned
Feedback score
7
Posts
205
Reactions
47
Resources
0
Completely up to you. Personally, I'd charge more if it included the web panel system. For web development, I try to charge based on difficulty and how long it would take so I can price based on per hour all together. Works well for me but everyone has their own preference.


I like your bot idea. Very nice and unique idea for saving chat logs (at least to me). Hope everything goes well.

Good luck! :D
I would make a panel if I knew anything about web development.
 
Banned forever. Reason: Admitting to Scamming (https://builtbybit.com/threads/travis-scam-report.544213/)

Izuku

؜
Premium
Feedback score
9
Posts
199
Reactions
238
Resources
0
agree wit u
 
Status
This thread has been locked.
Top