Welcome to OrmzyLoanBot! A bot designed to make Ormzy’s journey to fortune a bit easier. 🚀 Get ready to automate your loan applications and manage them like a pro. Go, Ormzy, go! 💰
OrmzyLoanBot streamlines the loan application process by providing a seamless form submission. When users fill out the form, the bot will automatically:
- Collect the entered data.
- Create a new Discord channel under a predefined category.
- Paste the collected data in the new channel.
- Alert all specified groups or roles.
- 💬 Slash Commands: Easily set up the bot and apply for loans with intuitive commands.
- 🔒 Modal Forms: Secure, user-friendly modal forms for loan data entry.
- 📤 Automated Channel Creation: Automatically creates a new Discord channel under your specified category.
- 📣 Role Alerts: Notifies the relevant groups/roles when a new loan application is submitted.
-
Setup the Bot:
- Use the
/setupcommand to configure the bot. - Provide the ID of an existing category under which the bot will create the channels.
- To get the Category ID, right-click on the category in Discord and select "Copy Channel ID".
- Use the
-
Apply for a Loan:
- After setup is complete, use the
/loanapplycommand to input your loan application data. - The bot will take care of the rest—creating the channel, pasting the data, and alerting the right people!
- After setup is complete, use the
/setup [category_id]: Set up the bot with a category to create channels under./loanapply: Open a form to input loan application data.
With OrmzyLoanBot, managing loan applications in Discord is easier than ever. Just follow the steps above and watch Ormzy’s fortune grow! 🌱✨
** Setup the bot over at discord.com developer portal
- Visit the Discord Developer Portal: Go to https://discord.com/developers/applications.
- Create a New Application: Click the "New Application" button.
- Add a Bot User: Under the "Bot" tab, click "Add Bot."
- Copy the Bot Token: Keep this token secret. You'll need it to connect your bot to your application.
git clone [[https://github.com/ifElseCode/OrmzyLoanBot.git](https://github.com/ifElseCode/OrmzyLoanBot.git)]
cd your-repo
npm install- Create a
.envFile: Create a.envfile in the root of your project directory. - Add Your Bot Token: Add the following line to your
.envfile, replacingYOUR_BOT_TOKENwith your actual bot token:
BOT_TOKEN=YOUR_BOT_TOKEN1. Create a New Application:
- Go to the Discord Developer Portal: https://discord.com/developers/applications
- Click "New Application"
- Give your application a name.
2. Create a Bot User:
- In your application's dashboard, navigate to the "Bot" tab.
- Click "Add Bot."
- A popup will appear. Click "Yes, do it!"
- Copy the bot token. Keep this token secret.
3. Invite Your Bot to a Server:
- In your application's dashboard, navigate to the "OAuth2" tab.
- Under "Scopes," select "bot."
- Under "Bot Permissions," select the permissions you want to grant your bot (e.g., "Send Messages," "Manage Messages," "Manage Roles," etc.).
- Click "Copy URL."
- Paste the URL into your browser and follow the instructions to add your bot to your desired server.
Now that your bot is set up, you can use it to interact with your Discord server.
Remember:
- Keep your bot token secret.
- Follow Discord's guidelines and terms of service.
- Test your bot thoroughly to ensure it works as expected.
By following these steps, you can create a powerful and versatile Discord bot to enhance your server's functionality.