Python bot developer

Status
This thread has been locked.

Aidaan

Premium
Feedback score
8
Posts
240
Reactions
102
Resources
0
Hey all, I currently have a discord bot made in python which integrates into a MySQL database, however I am in need of some changes being made to this bot, I have the source code etc.. if you are willing to do the job please add me on discord.

The changes I need are:
- A +reload command being added to reload specific cogs
- +restart
- If possible making it so when searching for an item in the database it doesn't need to be case sensitive
- A licensing system so when we offer premium it is licensed.

LocallyHosted#0001​
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

root

Supreme
Feedback score
30
Posts
655
Reactions
309
Resources
0
- A +reload command being added to reload specific cogs
https://discordpy.readthedocs.io/en/latest/ext/commands/extensions.html#extensions
- +restart
https://stackoverflow.com/questions/63180082/discord-py-restart-command
- If possible making it so when searching for an item in the database it doesn't need to be case sensitive
https://stackoverflow.com/questions/3936967/mysql-case-insensitive-select
- A licensing system so when we offer premium it is licensed.
Just have a database with all premium GuildID's and then write some code to add/remove them depending on the last time they paid.
 

Aidaan

Premium
Feedback score
8
Posts
240
Reactions
102
Resources
0
Hey! Thanks for all the help however I don’t code in python, I had this bot made for me already but the person who made it isn’t as knowledgable with this stuff
 

ShadyGoat

Feedback score
1
Posts
21
Reactions
2
Resources
0
Heya! Your discord doesnt work ://
 

charliebraso

Feedback score
0
Posts
36
Reactions
6
Resources
0
Discord Charliebrasso#6969 i do code in python but with tinydb i could code the SQL all with tinydb and yes its possible to sort the list then sort through this list
 

Aidaan

Premium
Feedback score
8
Posts
240
Reactions
102
Resources
0
New discord: Zoxide#0001
 
Status
This thread has been locked.
Top