bearlikelion / ao-killbot

A self hosted Albion Online Discord kill bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AO-Killboard

A discord bot for Albion Online's kill board

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Screenshot

Usage

  • !ping - replies with @user pong
  • !kbclear - deletes all messages in the config.botChannel
  • !kbinfo - displays the kill board post for a specific kill to the current channel

Prerequisites

Installing

* to only display Guild kills and not alliance, set allianceName to something that cannot exist i.e

Example: config.json

--

{
    "cmdPrefix": "!",
    "allianceName": "<NONE>",
    "guildName": "8-bit",
    "username": "AO-Killbot",
    "admins": [
        "224865398034079430"
    ],
    "botChannel": "445822300890946337",
    "playingGame": "Albion Killboard Bot",
    "token": "zMznafHXfbgaD3k0.hYN.CDTzsMHXz_35MNMiGyLOT-8EoQotgEs10iZAa7"
}

Built With

  • Discord.js - Discord app library for Node.js and browsers.
  • Request - Simplified HTTP client

Authors

About

A self hosted Albion Online Discord kill bot


Languages

Language:JavaScript 98.8%Language:Dockerfile 1.2%