Auto Rolling, Auto Claiming and Auto Reacting, in order to claim mudae's waifus, kakeras or husbandos every hour automatically. Slash rolling with given parameters for a better botting experience. These files make it possible to use the Mudae Discord Bot 24/7 without any human input. It is supported by the Discord Api to send and receive messages from any account. After extensive research into the existing bots in late 2023, I realized that none of them are actually working/supported. In order to use it you only need basic knowledge about Discord and Python (If you don't have it, read this document completely and you will easily achieve it).
This repository contains 3 different files: | File Name | File Purpose | File Purpose |
---|---|---|---|
Vars.py | Where the variables that you need to change are stored | Edit it! | |
Bot.py | The bot is launched from here | Execute it! | |
Function.py | Contains the function and code for the bot to work | Nothing! |
This bot requires the following libraries in order to work correctly. Make sure you have them all installed. Discum for message management. Schedule in order to be permanently executed at an exact minute of an hour.
pip install discum
pip install schedule
To use this bot you just need to set up a few things. Make sure python 3 is installed along with the 2 required libraries (Discum and Schedule). If you don't know how to do it, read here → How to install a Python package
Time to open Vars.py. Here you decide what settings the bot will have. In this section we will see what each variable does and what are the possibilities to fill them out. You also choose what Discord account you want to execute the code in and on what guild channel you want the bot to execute the Mudae commands. These two decision will be reflected in these two variables.
Mandatory variables : You will have to fill them in if you want the bot to work
token
- The discord Token of the account you want to bot with → How to get a Discord TokenchannelId
- ID of the channel you want to roll in → How to get a channel ID serverId
- ID of the server/guild you want to roll in → How to get a server/guild ID Optional variables : They are already filled by default, but you can change them if you want (specialy the desiredSeries one)
rollCommand
- Choose what command (only one) will the bot use to roll (mx, ma, mg, wx, wg, wa, hx, ha or hg)desiredKakeras
- Case-sensitive - Array of kakera types between single quotes separated by comas (see example below)desiredSeries
- Case-sensitive - Array of series between single quotes separated by comas (see example below)pokeRoll
- If you want to also roll the Mudae´s Pokeslot (True or False)repeatMinute
- You can choose what exact minute of the hour will the Bot roll (value between 00 and 59, will be set to 25 by default)Depending on the variable type (boolean, string, int or array), the data might be between quotes or not. Please pay attention to it. In the example, the token, channelId and serverdId are invented fields.
token = 'MTE4MDIyNzU4NTUzNjQzNDMxNw.GDXjNH.YqGhIq7GwyVHSk9sf9zod3AACAffJeZiynTexc'
channelId = '1182144443902599230'
serverId = '816317249082097684'
rollCommand= 'wa'
desiredKakeras= ['kakeraP','kakeraY','kakeraO','kakeraR','kakeraW','kakeraL']
desiredSeries = ['One Piece','Dragon Ball Z','Death Note']
pokeRoll = True
repeatMinute = '25'
Once you have completed all the previous steps, you will be able to safely execute Bot.py This will open the file and start the Bot, logging all the rolls and actions made. The console should look like the image (note that if you set the minute to 25, the bot won't roll until it's that time every hour)
An advanced Bot comes with advanced features!! Let me know if you want me to post it! These are the advanced Bot features: