Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 423 Bytes

File metadata and controls

20 lines (19 loc) · 423 Bytes

ResourceMonitoringBot

Simple resource monitoring Discord bot for a Linux server

How to use:

  1. Clone this repository
    git clone --depth=1 https://github.com/VoidDustry/ResourceMonitoringBot.git
  2. Install npm packages
    npm install
  3. Add DISCORD_TOKEN to .env file
    DISCORD_TOKEN=your-token-here
  4. Run bot
    npm run bot