Discord bots

Status
This thread has been locked.

Konk1

Banned
Feedback score
0
Posts
7
Reactions
0
Resources
0
As someone who is still learning it's really important to try a wide variety of things so for that reason I'm offering free discord bots :)

some side-notes:
As i'm still new I don't really understand databases so if you require something like that I suggest you give this thread a miss.
I hardcode everything but if you ever need something changed I have no problem doing so.
hosting bots - any bot I make I will personally host for free on my server.
bots will be coded using python

some things i've done:
I made a full ticket system that doesn't require any databases (300+ members)
Along with the ticket system I made a bot ticket dm system that uses a second guild and the users who need help can DM the bot and the messages get fowarded (4.5k+ members)

As I said everything I do is completely free as I just want the expierence

Discord tag: Konk#1337
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Konk1

Banned
Feedback score
0
Posts
7
Reactions
0
Resources
0
bump
 
Banned forever. Reason: Creating Multiple Accounts (mrnoclan, https://builtbybit.com/members/konk.38146/)

Konk1

Banned
Feedback score
0
Posts
7
Reactions
0
Resources
0
bump
 
Banned forever. Reason: Creating Multiple Accounts (mrnoclan, https://builtbybit.com/members/konk.38146/)

Konk1

Banned
Feedback score
0
Posts
7
Reactions
0
Resources
0
bump
 
Banned forever. Reason: Creating Multiple Accounts (mrnoclan, https://builtbybit.com/members/konk.38146/)

Konk1

Banned
Feedback score
0
Posts
7
Reactions
0
Resources
0
bump
 
Banned forever. Reason: Creating Multiple Accounts (mrnoclan, https://builtbybit.com/members/konk.38146/)

Squiggles

Premium
Feedback score
0
Posts
23
Reactions
14
Resources
0
Try and make a bot that has economy tickets and moderation
 

cryy

【full stack dev】
Premium
Feedback score
4
Posts
108
Reactions
95
Resources
0

I made a full ticket system that doesn't require any databases (300+ members)
this is not something to be proud of lol. ticket systems require databases to not break. there can easily be user interference on discord rendering your code prone to breaking.
 

cryy

【full stack dev】
Premium
Feedback score
4
Posts
108
Reactions
95
Resources
0
wdym ticket systems require databases ? in most simple use cases there is no need for a database at all.
you missed out on the part where i said to not break. as to why, read the rest of my reply
 

cryy

【full stack dev】
Premium
Feedback score
4
Posts
108
Reactions
95
Resources
0
i've made multiple ticket systems and user interference hasn't broken any of them. i have no idea what you're talking about but clearly you're overcomplicating something that doesn't need to be.

if you had said: that's nothing to brag about because it's really simple and everyone can do it -- i would have agreed wholeheartedly.
it hasn't, yet. if your system depends on the channel name, someone changes it, it's broken. if your system depends on the username#discriminator, someone changes it, it's broken. if your system depends on finding the first ticket channel with the user permissions, someone manually removes them, it's broken. you need to depend on the whole discord ecosystem to make it not break, you need to update your tickets in sync with incoming gateway events providing crucial info.

while keeping crucial data in the database you're always sure you have a fallback and won't have nullified data that you can't do anything with, as opposed to with having no database.

fool-proof your code. design it as if someone will always try to break it - because they will. someone will.
 

Riks

Python Developer
Supreme
Feedback score
1
Posts
74
Reactions
35
Resources
0
It’s impossible to make a good ticket bot without a database. You will need to store if the user have already a ticket, if he doesn’t have closed it yet, and a lot of others things.
 

Konk1

Banned
Feedback score
0
Posts
7
Reactions
0
Resources
0
I store the userid in the channel topic then covert the id into a user...
If the user isn't found there is a command to force remove the ticket.
There is a check to see if there is a channel with the topic id of the user that is trying open a new ticket aswell.[DOUBLEPOST=1569146762][/DOUBLEPOST]I'm a few days away from finishing my first economy bot actually, with toggleable moderation c:
 
Last edited:
Banned forever. Reason: Creating Multiple Accounts (mrnoclan, https://builtbybit.com/members/konk.38146/)

Mumzel

Graphics Designer & Inspiring YouTuber
Premium
Feedback score
6
Posts
1,443
Reactions
390
Resources
0
Know any free discord bots which allow u to !ban user !timeout etc.
 
Status
This thread has been locked.
Top