Skip to content

patrickmorin/ao-killbot

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Dockerfile 1.2%