This repository is a community library bot for the game Vampire Survivors written in the Go programming language.
The bot is available for invitation to any discord, just authorize it.
Once the bot is authorized, use !vampset
in the channel you want the bot to respond to commands in. The bot will listen to commands starting with !
followed by an item you want the info about.
The bot is also available for twitch, To addit to your channel, go to the bot's Twitch channel and type !vampset
to add it to your channel. Similarly to discord, the bot will listen to commands starting with !
followed by an item you want the info about.
Make sure you have Go installed and in your path. Clone this repository using:
git clone https://github.com/SHA65536/Vampire-Survivors-Bot.git
Install required libraries using go get
.
Set the tokens and twitch username using environment variables or create a .env
file using the following format:
TWITCH_TOKEN=<yourtwitchtoken>
DISCORD_TOKEN=<yourdiscordtoken>
TWITCH_NAME=<yourtwitchname>
Now run the bot using:
go run .
This is a community project, everyone is welcome to suggest and make changes, feel free to open issues / pull requests with your proposed changes.
As this is the first repository that I manage, I am looking for feedback / suggestions and potentially someone to help me manage this.