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

Commit

Permalink
Create author.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSpen authored May 1, 2021
1 parent 61b1e11 commit f2375a1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions functions/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# $author
Sets the author text, icon, and/or URL.

## Usage
`$author[text;image url;hover url]`

[Info Msg] All fields in `$author[]` are optional.

### Breakdown
`text` - Sets author text.

`image url` - Sets author icon.

`hover url` - Sets clickable URL. This only works if the text field is inputted.

## Example
```
bot.command({
type: "command",
name: "author",
code: `$author[This is the author text.;https://cataas.com/cat;https://bit.ly/djs-bdscript]`
})
```

0 comments on commit f2375a1

Please sign in to comment.