Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 888 Bytes

File metadata and controls

32 lines (25 loc) · 888 Bytes

Stupid econobot

Prerequisites

To get your bot to work, the following depencies will be required :

  • node v8
  • npm

Installation

To configure and run you bot, you will need to:

var token = 'BOT TOKEN'

module.exports = token;
  • Replace API KEY with your YouTube API key in youtubeApiKey.js.dist
var youtubeApiKey = 'API KEY'

module.exports = youtubeApiKey;
  • Install dependencies: npm i
  • And finally, run your bot with: node stupid-econobot.js

Usage

In the commands bellow, _ is your prefix and <foo> are command arguments.

To view all commands: _help.

If you want more informations about a command just type: _help <command> for more info .