JustArtiom / ArtiomsHosting-Bot

A discord bot to let your friends and clients use your hosting services trough discord and relied on pterodactyl panel backend
Other
34 stars 18 forks source link

🤖 ArtiomsHosting-Bot 2.0

ArtiomsHosting Bot is a discord bot relying on discord.js package. The discord bot purpose is to maintain ArtiomsHosting services allowing users to manage their accounts and servers. The bot is also capable of showing stats of nodes in realtime with an embed updating in a interval of time.

Features

⚙️ Environment setup

To ensure compliance with copyright laws, it is crucial to thoroughly understand and carefully review the License before utilizing the source code.

  1. Download node.js
  2. Download the source code
  3. Setup config.ts
  4. Install the packages: npm install
  5. Deploy the commands: npm run deploy
  6. Start the bot: npm start

📬 AutoUpdate from github

AutoUpdate feature is a feature that allows automatic update from a github repo when changes are made. It can be found in config-example.ts on setting.autoUpdate. once enabled you can keep it by default if you want to update the bot from my repo, or convigure your repo.

[Required] Git configuration.

git init
git remote add origin <repo_url>
git checkout <branch_name>