mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 08:41:29 +00:00
Change theme prop type
This commit is contained in:
parent
c095610bb4
commit
6abe014ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ exports.UserSettingsMap = {
|
||||||
/**
|
/**
|
||||||
* The theme of the client. Either `light` or `dark`
|
* The theme of the client. Either `light` or `dark`
|
||||||
* @name ClientUserSettings#theme
|
* @name ClientUserSettings#theme
|
||||||
* @type {String}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
theme: 'theme',
|
theme: 'theme',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue