Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (43 loc) · 2.39 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.39 KB

Original newer version

It can be found here

Mee6 Bypasser Discord Bot (free premium level-role)

Mee6 Bypasser is a Discord Bot that allows you to use premium mee6 level role rewards. This bot use the Mee6's level system.

Add new roles Display all roles / Help command

Installation

Install all dependencies:

pip install -r requirements.txt

Then put your Discord token that can be found in the Discord's developers portal inside configuration.json.

Finally, host the bot and invite it to your own server.

Features

This Discord Bot bypasses a premium feature of the Bot Mee6. You can use it for free. You can select roles, that are given to users that reach a certain Mee6-Level.

  • Give and remove roles to users that reach a certain Mee6-Level.
  • Display the list of role rewards
  • Remove previous role rewards.

Commands

?add <Level number> <Role ID> : Add a role reward.
?remove <Level number> : Remove a role reward.
?rolerewards : Display the list of role rewards.
?removepreviousrewards <true/false> : Change remove-previous-rewards setting.

?help : display help.

Note

The bot does only work if the Mee6's leaderboard is public.

Contributing

Pull requests are welcome here.

Please make sure to update tests as appropriate.

License

This project is under GPLv3.

Advice :

You should use Discord Tools to code your Discord bots on Visual Studio Code easier. Works for Python (Discord.py), Javascript (Discord.js) and Java (JDA). Generate template bot and code (snippets).