/RankBotNoDelete

Lel nothing to see here

Primary LanguageGoApache License 2.0Apache-2.0

rankbot

Very simple rank bot for mee6 on discord.

Do not make an issue asking for help on how to install or use this. I will only respond to bug reports.

Google how to install and use Go.

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/jobensingh/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"