Anick is a bot created for the squadron Veritas Kingdom on the game Elite:Dangerous.
https://discordapp.com/oauth2/authorize?client_id=622447626343677972&scope=bot&permissions=8
- NodeJS 12.x mini (https://nodejs.org/en/download/package-manager/)
- Docker (https://docs.docker.com/engine/install/)
- clone the git repository :
git clone https://github.com/Enigmind/Bot-VK.git
- install dependances :
npm install
- rename the file
config-example.json
toconfig.json
- enter your bot token in the
config.json
file and change the prefix if you want. - launch bot in terminal :
node anick.js
- write the help command in a discord channel :
§help
- build the docker image :
docker build -t bot-anick .
(if you wanna run the bot on a raspberry pi, change the base image in the dockerfile into arm32v6/node:14-alpine
)
- run the container :
docker run -d bot-anick