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.
To ensure compliance with copyright laws, it is crucial to thoroughly understand and carefully review the License before utilizing the source code.
- Download node.js
- Download the source code
- Setup config.ts
- Install the packages:
npm install
- Deploy the commands:
npm run deploy
- Start the bot:
npm start
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.
git init
git remote add origin <repo_url>
git checkout <branch_name>