Skip to content

minichris/DiscordWoT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordWoT

A discord bot that shows player and tank stats.

How to install (Linux)

With Dotnet installed, run:

git clone https://github.com/minichris/DiscordWoT.git

I then suggest you create a script like the following:

#!/bin/sh
cd DiscordWoT && git checkout master && git up
killall dotnet
nohup dotnet run -p DiscordWoTCore &>/dev/null &

This can be called to start the bot, and by crontab to keep the files up to date.

You must make a file called "Token.txt" in the root folder with the first line being the Discord Bot Token, and the second being the Wargamming API key, which is the ID of the Wargamming application.

About

A discord bot that shows player and tank stats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages