Skip to content

sum117/trinity-discordx

Repository files navigation

logo

📖 Introduction

A Roleplaying Discord bot equipped with several features for roleplayers, with an active developer with intense love for the hobby.

🏗 Installation

⚠️ WARNING: You'll require a discord bot token. If you don't have any experience with discord bots, please follow this guide.

Run the commands below to install the bot on your machine and run it immediately.

git clone https://github.com/sum117/trinity-discordx.git
cd trinity-discordx
npm install
touch .env
# These last to lines are meant to create a .env file with the environment variables required to start a discord bot application. Remember to replace "YOUR_DISCORD_BOT_TOKEN" with an actual token, and do not share it with anyone.
echo "BOT_TOKEN=YOUR_DISCORD_BOT_TOKEN" >> .env
echo "DATABASE_URL=file/.dev.db" >> .env # Prisma dependency.

❤️ Contributing

  1. Fork the repository;
  2. Go to pulls;
  3. Press new pull request;
  4. Compare the release branch with your feature branch;
  5. Send! Your PR will be checked ASAP.

You can also request features using the issues page, and pressing New Issue.