mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
Change theme prop type
This commit is contained in:
@@ -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',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user