Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
otothea committed Jan 26, 2020
1 parent 415a63b commit b6ab2d6
Show file tree
Hide file tree
Showing 112 changed files with 1,133 additions and 914 deletions.
70 changes: 0 additions & 70 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,76 +5,6 @@ Below is a list of the default commands available with Botisimo. They are groupe

**NOTE:** If users are **NOT** receiving whispers from Botisimo in Twitch, they may need to send it a whisper first to get it working for their account.

## Public Commands

#### All platforms

- `!amazon <query>` - Search Amazon products*. Returns top 10 results in Discord and top result in Twitch, Mixer, & Youtube
- `!buy <key>` - Purchase an item from the shop using currency
- `!clip [username]` - Responds with the top Twitch clip for the current user or the `username` (must be a twitch username)
- `!commands` - Receive list of custom commands available to you via whisper
- `!enter` - Enter the giveaway [view docs](</enter>)
- `!help` - Link to Botisimo docs
- `!leaderboard` - Display link to the leaderboard
- `!optin` - Opt in to Level Up and DyneOps announcements for your user
- `!optout` - Opt out of Level Up and DyneOps announcements for your user
- `!queue` - Join or leave player queue [view docs](</queue>)
- `!rank [username]` - Display rank information for the current user or the `username`
- `!reddit <subreddit>` - Get the latest post(s) for a subreddit. Returns top 10 results in Discord and top result in Twitch & Mixer
- `!shop` - Display available shop items for channel in chat
- `!songrequest <youtube_video_url>` or `!sr <youtube_video_url>` - Request a song (works with the [music player](https://botisimo.com/account/music))
- `!stackoverflow <query>` - Search Stackoverflow questions. Returns top 10 results in Discord and top result in Twitch & Mixer
- `!twit <username>` or `!twitter <username>` - Responds with the latest tweet from the given `username` (must be a twitter username)
- `!vote` - Vote in poll [view docs](</vote>)
- `!wikipedia <topic>` or `!wiki <topic>` - Search Wikipedia topics. Returns top 10 results in Discord and top result in Twitch & Mixer

#### Twitch, Mixer, & Youtube only

- `!live` - Force a stream up announcement in Discord (useful in case the automatic announcement fails)
- `!uptime` - Display time the stream started in chat

#### Discord only

- `!login [platform=twitch]` - Receive a link to authorize chat mirroring for your Discord user (platform can be `twitch` or `mixer`)
- `!logout [platform=twitch]` - Disable chat mirroring for your Discord user (platform can be `twitch` or `mixer`)
- `!playlists` - List Youtube playlists from connected account (must have [linked youtube account](https://botisimo.com/account/connections))

## Mod Commands

#### All platforms

- `!command` - Manage custom commands [view docs](</command>)
- `!gameall <game>` - Set the game on all connections on the account
- `!give <amount> <username> [username] [username] ...` - Give currency to 1 or more users
- `!give <amount> all` - Give currency to everyone
- `!give <amount> chat` - Give currency to everyone currently in chat
- `!giveaway` - Manage giveaways [view docs](</giveaway>)
- `!irregular <username>` - Remove this user from regulars
- `!nextsong` or `!ns` - Skip the current song (works with the [music player](https://botisimo.com/account/music))
- `!ping` - Responds with `pong` in chat (quick way to check if Botisimo is responding in your channel)
- `!poll` - Manage polls [view docs](</poll>)
- `!regular <username>` - Add this user to regulars
- `!timer` - Manage custom timers [view docs](</timer>)
- `!titleall <title>` - Set the title on all connections on the account
- `!winner [message] [|minutes]` - Pick a random winner from chat who sent a message in last 10 minutes. Optionally, use the `message` to filter users who typed a specific message (default: any message). You can also alter the minutes by using the `|` character followed by a number (example: `!winner enter|30`)

#### Twitch, Mixer, & YouTube only

- `!game [game=]` - Get or set the game for the stream
- `!title [title=]` - Get or set the title for the stream

#### Discord only

- `!bridge` - Manage Discord bridges [view docs](</bridge>)
- `!clear <number>` - Clear a number of messages from the chat (max: 99)
- `!subscribe <platform> <username>` - Subscribe to other Botisimo users' stream up announcements (platform should be `twitch` or `mixer`)
- `!unsubscribe <platform> <username>` - Unsubscribe from other Botisimo users' stream up announcements (platform should be `twitch` or `mixer`)

## Admin Commands

#### All platforms

- `!leave` - Disable Botisimo for your channel (can be reenabled on the [connections page](https://botisimo.com/account/connections) of your account)
- `!prefix [prefix=]` - Get or set the Botisimo command prefix (only affects Botisimo's built-in commands)

###### * We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
12 changes: 12 additions & 0 deletions docs/commands/amazon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# !amazon
Search Amazon products*. Returns top 10 results in Discord and top result in Twitch, Mixer, & Youtube

#### Usage
!amazon `<search>`

#### Example
!amazon dr. seuss

Searches amazon for "dr. seuss" and returns top result(s)

###### * We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/commands/buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !buy
Purchase an item from the shop using currency

#### Usage
!buy `<key>`

#### Example
!buy 1

Purchase item 1 from the shop using currency
10 changes: 10 additions & 0 deletions docs/commands/clear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !clear (Discord only)
Clear a number of messages from the chat (max: 99)

#### Usage
!clear `<number>`

#### Example
!clear 50

Remove last 50 messages from chat
10 changes: 10 additions & 0 deletions docs/commands/clip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !clip
Responds with the top Twitch clip for the current user or the `username` (must be a twitch username)

#### Usage
!clip `[username]`

#### Example
!clip botisimo

Gets the URL to the top clip for Twitch user "botisimo"
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/commands/commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !commands
Receive list of custom commands available to you via whisper

#### Usage
!commands

#### Example
!commands
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/commands/game.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !game
Get or set the game for the stream

#### Usage
!game `[game]`

#### Example
!game Pickle Wars

Sets the game to "Pickle Wars"
10 changes: 10 additions & 0 deletions docs/commands/gameall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !gameall
Set the game on all connections on the account

#### Usage
!gameall `<game>`

#### Example
!gameall Pickle Wars

Sets the game to "Pickle Wars"
24 changes: 24 additions & 0 deletions docs/commands/give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# !give
Give currency to 1 or more users

#### Usage
!give `<amount>` `<username>` `[username]` `[username]` ...

#### Example
!give 500 @username1 @username2

Give currency to everyone

#### Usage
!give `<amount>` all

#### Example
!give 500 all

Give currency to everyone currently in chat

#### Usage
!give `<amount>` chat

#### Example
!give 500 chat
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/commands/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !help
Link to Botisimo docs

#### Usage
!help

#### Example
!help
10 changes: 10 additions & 0 deletions docs/commands/irregular.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !irregular
Remove this user from regulars

#### Usage
!irregular `<username>`

#### Example
!irregular botismo

Removes user "botisimo" from the regulars
8 changes: 8 additions & 0 deletions docs/commands/leaderboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !leaderboard
Display link to the leaderboard

#### Usage
!leaderboard

#### Example
!leaderboard
8 changes: 8 additions & 0 deletions docs/commands/leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !leave
Disable Botisimo for your channel (can be reenabled on the [connections page](https://botisimo.com/account/connections) of your account)

#### Usage
!leave

#### Example
!leave
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/commands/live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !live
Force a stream up announcement in Discord (useful in case the automatic announcement fails)

#### Usage
!live

#### Example
!live
8 changes: 8 additions & 0 deletions docs/commands/nextsong.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !nextsong
Skip the current song (works with the [music player](https://botisimo.com/account/music))

#### Usage
!nextsong

#### Example
!nextsong
8 changes: 8 additions & 0 deletions docs/commands/optin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !optin
Opt in to Level Up and DyneOps announcements for your user

#### Usage
!optin

#### Example
!optin
8 changes: 8 additions & 0 deletions docs/commands/optout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !optout
Opt out of Level Up and DyneOps announcements for your user

#### Usage
!optout

#### Example
!optout
8 changes: 8 additions & 0 deletions docs/commands/ping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !ping
Responds with `pong` in chat (quick way to check if Botisimo is responding in your channel)

#### Usage
!ping

#### Example
!ping
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/commands/prefix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !prefix
Get or set the Botisimo command prefix (only affects Botisimo's built-in commands)

#### Usage
!prefix `[prefix]`

#### Example
!prefix !

Sets the command prefix on the account to "!"
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/commands/rank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !rank
Display rank information for the current user or the `username`

#### Usage
!rank `[username]`

#### Example
!rank botisimo

Gets rank info for user "botisimo"
10 changes: 10 additions & 0 deletions docs/commands/reddit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !reddit
Get the latest post(s) for a subreddit. Returns top 10 results in Discord and top result in Twitch & Mixer

#### Usage
!reddit `<subreddit>`

#### Example
!reddit FoodPorn

Get the latest post(s) for subreddit "FoodPorn"
10 changes: 10 additions & 0 deletions docs/commands/regular.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !regular
Add this user to regulars

#### Usage
!regular `<username>`

#### Example
!regular botisimo

Adds user "botisimo" to the regulars
8 changes: 8 additions & 0 deletions docs/commands/shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !shop
Display available shop items for channel in chat

#### Usage
!shop

#### Example
!shop
8 changes: 8 additions & 0 deletions docs/commands/songrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !songrequest
Request a song (works with the [music player](https://botisimo.com/account/music))

#### Usage
!songrequest `<youtube_video_url>`

#### Example
!songrequest
8 changes: 8 additions & 0 deletions docs/commands/stackoverflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !stackoverflow
Search Stackoverflow questions. Returns top 10 results in Discord and top result in Twitch & Mixer

#### Usage
!stackoverflow `<search>`

#### Example
!stackoverflow
10 changes: 10 additions & 0 deletions docs/commands/subscribe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !subscribe (Discord only)
Subscribe to other Botisimo users' stream up announcements (platform should be `twitch` or `mixer`)

#### Usage
!subscribe `<platform>` `<username>`

#### Example
!subscribe twitch botisimo

Subscribes to stream up announcements for user "botisimo" on Twitch
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/commands/title.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !title
Get or set the title for the stream

#### Usage
!title `[title]`

#### Example
!title Streamin like a demon! Let's GOOO!!!!

Sets the title to "Streamin like a demon! Let's GOOO!!!!"
10 changes: 10 additions & 0 deletions docs/commands/titleall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !titleall
Set the title on all connections on the account

#### Usage
!titleall `<title>`

#### Example
!titleall Streamin like a demon! Let's GOOO!!!!

Sets the title to "Streamin like a demon! Let's GOOO!!!!"
10 changes: 10 additions & 0 deletions docs/commands/twitter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !twitter
Responds with the latest tweet from the given `username` (must be a twitter username)

#### Usage
!twitter `<username>`

#### Example
!twitter botisimo

Gets the latest tweet from Twitter user "botisimo"
10 changes: 10 additions & 0 deletions docs/commands/unsubscribe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !unsubscribe (Discord only)
Unsubscribe from other Botisimo users' stream up announcements (platform should be `twitch` or `mixer`)

#### Usage
!unsubscribe `<platform>` `<username>`

#### Example
!unsubscribe twitch botisimo

Unsubscribes from stream up announcements for user "botisimo" on Twitch
8 changes: 8 additions & 0 deletions docs/commands/uptime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# !uptime
Display time the stream started in chat

#### Usage
!uptime

#### Example
!uptime
File renamed without changes.

0 comments on commit b6ab2d6

Please sign in to comment.