Browse Source

Added images cog to documentation fully. Easiest one done. Whew.

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
fdf90b504f
6 changed files with 100 additions and 15 deletions
  1. +0
    -0
      docs/CNAME
  2. +0
    -0
      docs/cogs.md
  3. +100
    -15
      docs/commands.md
  4. +0
    -0
      docs/config.md
  5. +0
    -0
      docs/contributing.md
  6. +0
    -0
      docs/quickstart.md

+ 0
- 0
docs/CNAME View File


+ 0
- 0
docs/cogs.md View File


+ 100
- 15
docs/commands.md View File

@@ -8,8 +8,6 @@ date: 2018-10-27

# Command Documentaion

## Explaination

Before reading this, it is highly recommened you read the [quick start](quickstart.md) guide that will get you upto date with how Roxbot works and how to run her. This is handy if you expect to use commands that will edit Roxbot or Roxbot's guild settings.

## Core Commands
@@ -52,13 +50,15 @@ The Admin cog adds admin commands to Roxbot which should make moderating a Disco

#### ;custom

###### ;custom add
##### Subcommands

__;custom add__

###### ;custom edit
__;custom edit__

###### ;custom list
__;custom list__

###### ;custom remove
__;custom remove__

### Fun

@@ -72,7 +72,6 @@ The Admin cog adds admin commands to Roxbot which should make moderating a Disco

#### ;numberfact


#### ;onthisday

#### ;pet
@@ -137,8 +136,96 @@ Example:

#### ;deepfry

Deepfrys the given image

**Command structure**

`;deepfry image`

**Aliases**

`df`

**Args**

image: Optional

1. If no image is provided, image will be your avatar
2. Mention a user, their avatar will be the image
3. Provide a URL, that will be the image
4. Provide an image via upload, that image will be deepfried


#### ;pride

`;pride` is a command group for multiple pride flag filters. Avalible pride filters are: LGBT, Bisexual, Asexual, Pansexual, Transgender, Non Binary, Agender, Gender Queer, Gender Fluid.

**Command structure**

`;pride subcommand image`


**Args**

subcommand: One of the following: `lgbt, bisexual, asexual, pansexual, transgender, nonbinary, agender, genderqueer, genderfuild.`

image: Optional

1. If no image is provided, image will be your avatar
2. Mention a user, their avatar will be the image
3. Provide a URL, that will be the image
4. Provide an image via upload, that image will be deepfried

!!! note
If you want there to be more pride flag filters or feel there are some missing, don't be afraid to [submit an issue to the Github repo!](https://github.com/Roxxers/roxbot/issues/new)

##### Subcommands

__;pride agender__


__;pride asexual__

**Aliases**

`ace`

__;pride bisexual__


**Aliases**

`bi`

__;pride genderfluid__

**Aliases**

`gf`

__;pride genderqueer__


**Aliases**

`gq`

__;pride lgbt__


__;pride nonbinary__


**Aliases**

`nb`, `enby`

__;pride transgender__

**Aliases**

`trans`

### Join Leave

#### ;goodbyes
@@ -187,17 +274,17 @@ Example:

#### ;trivia

###### ;trivia about
##### Subcommands

###### ;trivia join
__;trivia about__

###### ;trivia leave
__;trivia join__

###### ;trivia start
__;trivia leave__

---
__;trivia start__

###### ;trivia kick
__;trivia kick__

### Util

@@ -231,8 +318,6 @@ Example:

#### ;volume

---

#### ;join

#### ;remove

+ 0
- 0
docs/config.md View File


+ 0
- 0
docs/contributing.md View File


+ 0
- 0
docs/quickstart.md View File


Loading…
Cancel
Save