A Discord bot for the official Vita3K Discord server.
- Provides automated utilities and information for the Vita3K community
- Designed to integrate seamlessly with the Vita3K Discord server
To build and develop Vita3K-Bot, you will need:
-
.NET 8.0 SDK or newer https://dotnet.microsoft.com/download
-
A text editor or IDE (recommended options):
- Visual Studio (Windows, free Community edition available)
- Visual Studio Code (cross-platform, free)
- .NET 8.0 SDK or newer (required when running from source)
-
Open the solution file:
Vita3K-Bot.sln -
Build the solution using your IDE:
Menu → Build Solution (Ctrl + Shift + B) -
If the build succeeds, the executable will be generated in one of the following directories:
bin/Debug/netX/ bin/Release/netX/
-
Open the Discord Developer Portal: https://discord.com/developers/applications
-
Create a new Application and add a Bot to it.
-
Copy the bot token and save it into a file named:
token.txtPlace this file in the bot’s working directory.
-
Grant the required permissions to the bot and invite it to your Discord server.
-
Run the executable generated during the build step.
- Keep your
token.txtprivate and never commit it to version control.