docs: fix cookies event documentation for type generation (#28115)
This commit is contained in:
parent
8badc6583f
commit
74e7f98572
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ The following events are available on instances of `Cookies`:
|
||||||
|
|
||||||
#### Event: 'changed'
|
#### Event: 'changed'
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
|
||||||
* `event` Event
|
* `event` Event
|
||||||
* `cookie` [Cookie](structures/cookie.md) - The cookie that was changed.
|
* `cookie` [Cookie](structures/cookie.md) - The cookie that was changed.
|
||||||
* `cause` String - The cause of the change with one of the following values:
|
* `cause` String - The cause of the change with one of the following values:
|
||||||
|
|
Loading…
Reference in a new issue