some1chan / QAFriday-Bot

Q&A Bot for Game Dev Underground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QAFriday-Bot

Game Dev Underground

NOTE ON ARCHIVAL

This code has been archived due to not being maintained, and lack of use.

Description

This is the Q&A Friday Bot for Game Dev Underground. It transports users from a voice channel queue, to a private voice channel, for use on stream!

Run the Bot

Requirements:

You will need:

  • Node.js (recommended v8.12.0 LTS)

Steps

  1. Clone the repo.

    You can use programs like Git, SourceTree or simply download the project, although you won't be getting updates as easily.

    git clone https://github.com/TheSomeoneXD/QAFriday-Bot
  2. Rename the .envtemplate file to dev.env, and fill out tokens and channels.

  3. Navigate via command-line to a bot's folder, install dependancies, and run it!

    Make sure you're in the project folder! On Windows, you can hold Shift and Right Click the folder to get the option of a command prompt, inside that folder.

    cd "QAFriday-Bot"   # Navigate to project folder
    npm i
    node QAFriday.js

About

Q&A Bot for Game Dev Underground

License:MIT License


Languages

Language:JavaScript 100.0%