Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 744 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 744 Bytes

rankbot

Very simple rank bot for mee6 on discord.

Why?

With mee6, each time you post a message you get a random number of XP between 5 and 10.

To avoid flood, mee6 only allows you to gain xp once per minute.

This bot sends out a message every minute allowing you to rank up very fast.

Install

go get github.com/nhooyr/rankbot

Usage

[$] rankbot --help
Usage of rankbot:
  -chan string
        guild channel
  -email string
        account email
  -guild string
        account guild
  -msg string
        message to be sent (default "_")
  -pass string
        account password

Example usage

rankbot -email="me@domain.com" -pass="secret" -guild="server" -chan="channel"