cloud957 / JeffBot

A discord Jeff Kaplan bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JeffBot

A discord Jeff Kaplan bot

JeffBot can respond to a variety of commands, questions, and phrases. To command him, simply send 'jeff' or 'jeffbot' followed by the command word (and target user, if any).

To run him, clone the repo and then install node.js from here: https://nodejs.org/en/. You'll also need to install some packages, first navigate to JeffBot's directory using the node.js command line (use cd C:\jeffbotdirectory) and run the following: "npm install discord.io winston --save". Then using the Git command line (you may have to install Git here: ), run the following: "npm install discord.io github:woor/discord.io#gateway_v6 winston --save" to update winston (no relation). After that, you'll need to either ask me (Cat Enigma#2898 on Discord) for the secret token to run the official JeffBot, or create your own discord bot which you can use his code under. After you have the token entered in the auth.json file, run "node jeffbot.js" from the node.js command line (make sure you're still in the project directory) and he'll (hopefully) come online.

Copyright 2018 Hank Jones

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A discord Jeff Kaplan bot


Languages

Language:JavaScript 100.0%