Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from derek-palmer/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
derek-palmer committed Apr 8, 2017
2 parents 174b3f6 + f0e5a5d commit fc4caf2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: node_js
node_js:
- "stable"
sudo: false
cache:
directories:
- node_modules
install:
- npm install
- mocha --timeout 5s
Expand Down
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,44 @@ Bot for Discord Server

## Setup

###Clone repo:
### Prerequistes

* Docker
* Node.js

### Clone repo:
```
git clone https://github.com/derek-palmer/acebot-discord.git
```

###Install dependencies:
```
npm install
```
###Your App/Bot, client ID and token can be created here:
### Your App/Bot, client ID and token can be created here:

https://discordapp.com/developers/applications/me/

###Add your bot to your discord server:
### Add your bot to your discord server:

https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0

Add your token to your .env file

##Start app:
### Build and run docker container:
```
nodemon app.js
docker-compose build
```

Nodemon will keep wait for changes to the file system and automatically restart upon any changes.

##Commands (work in progress):
```
docker-compose up
```
## Commands (work in progress):

* !pong - Sends "ping" back to user
* !bitcoin - Responds with current USD market price of bitcoin
* !goat - Responds with random goat gif
* !kitten - Responds with random kitten gif
* !helpme - Bot help
* !add - Adds numbers
* !foo - Reponds with bar!
* !foo - Responds with "bar!" if you're an Admin.
* !triggered - Responds with favorite triggered gif.

If you're interested in what's next in the Acebot development queue, request permission to the Trello board:

https://trello.com/b/rQIyjvX8/acebot
* !brule - Responds with randome Steve Brule gif.
* !bringo - Responds with favorite Steve Brule bringo gif.
* !bow - Responds with favorite James Franco bow gif.
* !hue - Responds with favorite HueHueHue gif.

0 comments on commit fc4caf2

Please sign in to comment.