Discord Bot Generator!
As my submission for HackED 2024, I have decided to make a Discord Bot Generator. Now although it is quite easy to use considering that you get your own Discord bot out of it, there are still some steps you have to follow in order to get it to work. The instructions for how to create your own bot are listed below.
This Bot contains the essential moderation features that are fundamental to run a server with some customization to make your own server unique. You can view the help command to see what these commands are.
Another BONUS feature which I included was ChatGPT assisted text chat moderation! Essentially the way that it works is that it accesses ChatGPT (specifically chatGPT3.5-turbo) through an API and it evaluates whether what was said in every message is considered hateful, derogatory, or misinforming in nature. If a message is flagged, it is then deleted (This feature can be enabled/disabled with the gpt command)
How It Works
The way that this Discord Bot Generator works is by using a pre-made template which contains all of the source code and features that the bot uses. When you run the script with your unique token, it essentially makes the script run off of this unique token and then sends all of the required files to an external Virtual Private Server. From there, the Bot is run and it will keep running on that server until either the quit command is used on the bot or until the server is shut down.
The list of libraries which this project uses include discord.py, os, json, paramiko, random, sqlite3, and various other libraries.
Make sure to read through all of the instructions before use.
Create your Discord Bot
Go to the Discord Developer Portal and go to Applications (https://discord.com/developers/applications).
In this Portal you will create an Application by clicking "New Application" in the top right corner.
Then, go to the "Bot" tab in this application and get the token for your bot.
Click on all the intents to enable them. Failing to do so will not allow the bot to run.
NOTE!!!!!!: KEEP THIS TOKEN SECRET AND SAFE AS ANYONE WITH THIS TOKEN CAN RUN YOUR BOT.
Run The MecSimCalc Script
Enter in the token (which you are keeping safe right?) into the token input
Enter in your application ID (which can be found on the "General Information" tab of your application which was created on the Discord Developer Portal)
Press Submit
Inviting the Bot to your Server
After the script runs, you will get an invite link for your bot.
Click on this link to add it to your server and make sure you accept all the permissions in order for the bot to run correctly.
Keep this link saved somewhere for future use!
The default prefix is "=" (example usage: =help)
Enjoy!
Copyright © MecSimCalc 2025
Terms | Privacy