Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 603 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 603 Bytes

Readme

Setup

Run script/setup and ensure that you have the SLACK_API_TOKEN configured in .env.

Run

Run bot with script/server.

Commands

Command list

> user [8:37 PM]: @bot: commands

> bot [8:37 PM]:
> commands
> @bot: jokeme # tells you a joke
> @bot: keyword # ruby ri doc explaination

Jokeme

> user [8:37 PM]: @bot: jokeme

> bot [8:37 PM]:
> The early bird might get the worm, but the second mouse gets the cheese.

Ruby explaination

> user [8:37 PM]: @bot: Array#first

> bot [8:37 PM]:
> # Array.first
> ...