mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +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`
|
||||
* @name ClientUserSettings#theme
|
||||
* @type {String}
|
||||
* @type {string}
|
||||
*/
|
||||
theme: 'theme',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue