ironpixel

command module
v0.0.0-...-3d16d29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2020 License: LGPL-3.0 Imports: 16 Imported by: 0

README

The Beanmen Bot

The Beanmen Bot is a Discord bot used to help facilitate communication and sharing between members of the Beanmen on Hypixel.

Note: this documentation and the code itself is alpha quality.

Features

Technical Notes

Uses the Hypixel API.

Stores information in mongoDB.

Important: Be sure to make an index of the Players collection which is case insensitive. Then we search it to find matches with Collation:

Run this in collection through shell:

db.players.createIndex(
  { "PlayerMojang.data.player.username": 1 },
  { 
    collation: {
      locale: 'en',
      strength: 2
    }
  }
);

Copyright 2020 exprez135. See LICENSE for info.

Documentation

Overview

Command ironpixel creates a Discord bot to update Hypixel players on player and guild information

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL