Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

rahaaatul/AutoMudae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Auto Rolling, Claiming and Reacting.

This script make it possible to use the Mudae Discord Bot 24/7 without any human input. Claim Mudae's waifus/husbandos or react to kakeras every hour automatically.

Features

  • Auto roll every hour with the command you want
  • Auto Claim cards that belong to the series you like
  • Auto React only to the kakera you prefer
  • Repeat all the functionalities above each hour the minute you prefer
  • BONUS - Uses always slash commands in order to benefit from the native slash boosts (10% extra Kakera)

Files

This repository contains 3 different files:

File NameFile PurposeFile Purpose
Vars.pyWhere the variables that you need to change are storedEdit it
Bot.pyThe bot is launched from hereExecute it
Function.pyContains the function and code for the bot to workNothing

Requirements

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.

pipinstalldiscumschedule

Installation

Pakages

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, readHow to install a Python package.

Variables (Vars)

Time to openVars.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

Note

You will have to fill them in if you want the bot to work.

Optional variables

Note

These 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)

Example

Note

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=TruerepeatMinute='25'

Execution

image

Once you have completed all the previous steps, you will be able to safely execute Bot.pyThis 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)

  • Red heart -> already claimed cards
  • White heart -> not claimed yet cards

Possible Errors

  • Mudae has no access/write/read permission to the channel you decided
  • Your Discord Token may have changed
  • Your Mudae settings always have a button on each character roll
  • Series and Characters are case-sensitive
  • Your account must have a DM (at any time) with the mudae bot (try $help to make sure)

Advanced Bot

Note

These are not added but will be in the future.

  • ALL the previous features
  • Desired Characters: AutoClaim the exact characters when they appear with priority over all!
  • Optimized Kakera react: The bot will use an algorithm to prioritize higher Kakera values without losing any efficiency
  • Optimized claiming: In order to not losing the claim, it will get the max value card in case it doesn't match any desired series or cards
  • Optimized $dk use: The bot will perfectly use and take into account the DK command to get even more effective kakera reactions
  • Optimized $rt use: In case of not having an available claim, the Bot will use the $rt command to be able to claim
  • Optimized $daily use: Use the daily command each time it is available
  • Optimized $rolls use: Use the rolls command to get better claims or kakera reactions
  • Multi-Bot: Add as many Discord Accounts as you want to do everything menctioned above to multiply your profits

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp