Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter authored Feb 2, 2019
1 parent cdebfbd commit c61c83d
Showing 1 changed file with 47 additions and 24 deletions.
71 changes: 47 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,67 @@ LOG_WEBHOOK_ID='`YourLogChannelWebhookID`'
## Commands
### Fun Commands
```markdown
cy.cat: Returns a random cat
cy.dog: Returns a random Dog
cy.duck: Returns a random duck
cy.reverse: Returns the string you input reversed
cat: Returns a random cat
dog: Returns a random Dog
duck: Returns a random duck
oof: Returns "oof"
oofception: Returns "Oofception"
ree: Returns "REEEEE"
reverse: Returns the string you input reversed
```
### General Commands
```markdown
cy.emojis: Returns all of the emojis in the server.
cy.github: Returns the Cytrus Github
cy.level: Tells you your permission level.
cy.ping: Returns CytrusBot's ping
cy.say: Says the string you input
cy.send: Sends a message to the CytrusLog
cy.urban: Returns your search term from the Urban Dictionary
convert: Converts Celcius to Farenhiet or Farenheit to Celcius
emojis: Returns all of the emojis in the server.
info: Returns info about Cytrus
invite: Creates an invite to the current channel
level: Tells you your permission level.
ping: Returns CytrusBot's ping
say: Says the string you input
send: Sends a message to the CytrusLog
urbandictionary: Returns your search term from the Urban Dictionary
wikipedia: Searches Wikipedia for your search term
```
### Moderation Commands
```markdown
cy.ban: Bans a member for an optional reason
cy.configure: View or change settings for your server.
cy.create: Creates a channel in the server.
cy.kick: Kicks a member for an optional reason
cy.mute: Mutes a member.
cy.purge: Purges the amount of messages you specify
cy.unmute: Unmutes a member.
addrole: Adds the specifyed role to your role list
ban: Bans a member for an optional reason
check: Checks if anyone in your server is on the Cytrus Global Ban List
configure: View or change settings for your server.
create: Creates a channel in the server.
kick: Kicks a member for an optional reason
mute: Mutes a member.
purge: Purges the amount of messages you specify
unmute: Unmutes a member.
warn: Warns a member for an optional reason
```
### Music Commands
```markdown
cy.spotify: Returns a spotify playlist based on the type you choose
add: Adds a song to the server's queue
join: Joins your voice channel
leave: Leaves your voice channel
loop: Loops the server's queue
pause: Pause's a song
play: Plays the server's queue in your voice channel
queue: Returns the servers queue
resume: Resume's a song
skip: Skips a song
spotify: Returns a spotify playlist based on the type you choose
time: Returns the song's time
volume: Changes the volume
wipe: Wipes the queue
```
### System Commands
```markdown
cy.eval: Evaluates arbitrary javascript.
cy.help: Displays all the available commands for your permission level.
cy.publicip: Returns the Cytrus public IP
cy.reload: Reloads a command.
cy.status: Reuturns the bots status
eval: Evaluates arbitrary javascript.
execute: Executes a command in the shell
help: Displays all the available commands for your permission level.
load: Loads a command
publicip: Returns the Cytrus public IP
reload: Reloads a command
status: Reuturns the bots status
```

0 comments on commit c61c83d

Please sign in to comment.