Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

A Discord Bot Coded in Node.js to assist in activities within VTA

Notifications You must be signed in to change notification settings

MiekoHikari/VTA-Discord-Bot

Repository files navigation

This repository is deprecated

We're moving onto VTuber-Academy/Amari!

VTA Discord Bot

Public Repository that contains the source code of the VTA Bot running in the VTuber Academy Discord

Installation

Requires Node version 16.9.0 or higher

npm install

Create a .env file in the project root folder

# Development Purposes Only
TOKEN="<Application Token>"
CLIENTID="<Application Client ID>"

# For Development Guild
GUILDID="<Guild ID>"
VTUBERROLE="<VTUBER ROLE ID>"
APPLICATIONCHANNEL="<APPLICATION CHANNEL ID>"

# For Applications
DBCONNECTIONSTRING="<MongoDB Connection String>"

Usage

Run the app from the project root folder

node .

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT