Skip to content

Commit a93726d

Browse files
committed
Fixed Disabled being Disbled
1 parent baa9275 commit a93726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Utils/setupMessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ module.exports = (settings, ephemeral = false, components = null) => {
259259
Link = comp.Link || comp.link || comp.URL || comp.url,
260260
Label = comp.Label || comp.label,
261261
Emoji = comp.Emoji || comp.emoji,
262-
Disabled = comp.Disbled || comp.disbled || false,
262+
Disabled = comp.Disabled || comp.disabled || false,
263263
CustomID = comp.CustomID || comp.customid,
264264
Placeholder = comp.Placeholder || comp.placeholder,
265265
Description = comp.Description || comp.description,

0 commit comments

Comments
 (0)