Skip to content

Commit

Permalink
Fixed Wrong type for returnEmoji (#222)
Browse files Browse the repository at this point in the history
* Add options

* Add options

* Wrong type for returnEmoji
  • Loading branch information
NanotechPikachu authored Dec 22, 2024
1 parent 49ad614 commit 3f9ecdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/functions/addEmoji.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $addEmoji[guildID;URL;name;returnEmoji?;reason?;...roles?]
| guildID | [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | guild ID | true |
| URL | [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | valid image URL | true |
| name | [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | emoji name | true |
| returnEmoji? | [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | return the created emoji? | false |
| returnEmoji? | [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | return the created emoji? | false |
| reason? | [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | reason which will be displayed in the guild's audit logs | false |
| roles? | [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | which roles will be able to use the given emoji | false |

Expand Down

0 comments on commit 3f9ecdc

Please sign in to comment.