Discord Bot Developer
Hey there, I'm Justintjuh. I'm a Python coder who mainly makes discord bots, I've been doing Python coding for +/- 5 years now, and have gotten quite some experience in it. You can contact me on Discord. While coding bots with Python, I normally use the Py-cord library.
Development Project
I've for a large ER:LC private server I'm a part of made a bot, where a user connects to the bot via their roblox account (we've used an ingame verification code). Once their account is connected and they can if they meet the role requirements refresh their character ingame. Built with anti abuse features; if they got killed within an x amount of time, if they meet the role requirement, what team they are on. The purpose for this was to make tactical units have a quick merge from tactical to patrol and back.For this project I've used:
- Py-cord
- The ER:LC API
This bot is fully functioning in a private setting.
Development Project
I've for a large ER:LC private server I'm a part of made a bot, which connects the Departments from the server with a communications (RTO: Radio Traffic Only) server, this bot after the user has once used the command '/getroles', checks every 24 hours if the user their roles have changed, and if a change was made removes or adds the correct roles and notifies the user of this change. It compeltely logs everything it does, and access is restricted. Due to this being used in a big server, I've added features to make sure the rate-limit is not hit every time it syncs.How it works in it's full:
1. Users runs command.
2. Bot adds user to database to constantly check.
3. Bot starts the first synchronization.
4. Bot notifies the user if changes we're made, and if yes also logs this.For this project I've used:
- Py-cordThis bot is fully functioning in a private setting.