Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Discord bot to display kill statistics in Albion Online.

License

Notifications You must be signed in to change notification settings

remmody/kbyancer

 
 

Repository files navigation

albion-killbot

Discord bot to display kill statistics in Albion Online.

It keeps tracks of events using the gameinfo API and displays tracked events for specific players, guilds or entire alliances. For now, we only track kill events in the open world.

Also, when you are tracking a guild, the bot will display the monthly ranking every day at 12pm (bot time).

Other feature suggestions are welcome in the issues section of the github.

How to install

Invite it to your server:

Invite

Make sure the bot have the following permissions:

  • Read Texts
  • Send Messages
  • Embed Links

Type !help to see the bot's command. Don't forget to set up the notification channel using !channel #channel command.

The bot can track players and guilds. Alliances are disabled for now to avoid bot spam.

Development

To set up the bot in a self-hosted way:

  1. Clone the repository
git clone git@github.com:agnjunio/albion-killbot.git
cd albion-killbot
  1. Run yarn to install dependencies
yarn
  1. Create an .env file or set the environment variables that you wish to use, following the example
cp .env.example .env
  1. Run the bot
yarn start

Contributing

Patches and suggestions are very welcome, but please note that I will judge the quality of the code before merging it through the Pull Request process.

About

Discord bot to display kill statistics in Albion Online.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%