⚡ Setup Instructions
- Clone this repository to your local machine.
git clone https://github.com/vikiru/Urvo.gitcd Urvo- Download & install all dependencies.
pnpm install- Setup your
.envfile with the required values.
TOKEN=your-token-goes-hereCLIENT_ID=your-client-id-hereDB_USER=your-user-hereDB_PASS=your-pass-hereTOKEN: This is the token for your Discord bot, retrievable upon the creation of a new application via the Discord Developer Portal.
CLIENT_ID: This is the ID associated with your Discord bot, also accessible via the Discord Developer Portal post-application creation.
DB_USER: This is the username utilized when connecting to the SQLite Database for all ‘Troopica’ commands. This can be customized as per your preference.
DB_PASS: This is the password used when connecting to the SQLite Database for all ‘Troopica’ commands. This can be set to any secure string.
- Deploy all commands, binding them to the Discord Bot application you’ve created previously.
pnpm run deploy- Ensure functionality of ‘Troopica’ commands by initializing the SQLite database.
pnpm init-dbUpon completion of these steps, the Discord bot can be added to servers and all commands will be operational 🎉