TF2Autobot / tf2autobot-giveawaybot

Custom Discord Giveaway Bot, just like GiveawayBot but with more customization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TF2Autobot GiveawayBot

TF2Autobot

GitHub package version Build Status GitHub issues GitHub forks GitHub stars Discord License

Installation

Windows

  1. Download and install Git from https://git-scm.com/
  2. Download and install NodeJS from https://nodejs.org/
  3. Download and install TypeScript, open command prompt and run npm install typescript@latest -g
  4. Clone this repository:
    • Open command prompt, and run:
      • cd Desktop
      • git clone https://github.com/TF2Autobot/tf2autobot-giveawaybot.git --branch master
  5. Install npm packages by double click on the install.bat file.
  6. Fill in template.env and rename it to .env (must have view file extension enabled).
  7. Once ready, run the bot by double clicking start.bat file.

Linux

  1. Download and install Git, run this on terminal: sudo apt install git
  2. Download and install NodeJS, run:
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
  1. Install TypeScript: sudo npm install typescript@latest -g
  2. Clone the bot: git clone https://github.com/TF2Autobot/tf2autobot-giveawaybot.git
  3. Navigate to bot directory: cd tf2autobot-giveawaybot
  4. Install npm packages and compile TypeScript codes: npm install && npm run build
  5. Fill in template.env and rename it to .env
  6. Run the bot with node dist/app.js

Join our Discord server!

Join the TF2Autobot Discord server and head over to #šŸ†šroles channel and react to the first message to get notified whenever an update has been released!

update-noti

**There are also giveaways held every Thursday, 8 AM - 8 PM (12 hours) Malaysia time!

About

Custom Discord Giveaway Bot, just like GiveawayBot but with more customization.

License:MIT License


Languages

Language:TypeScript 93.5%Language:JavaScript 4.5%Language:Shell 1.7%Language:Batchfile 0.3%