We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003c079 commit de1e07dCopy full SHA for de1e07d
types/Interaction.js
@@ -54,8 +54,9 @@ class Interaction {
54
this.other = defaultify(typeof arg.other == "object" ? arg.other : {}, Underline.config.interactionDefaults.other);
55
this.coolDown = arg.coolDown ?? Underline.config.interactionDefaults.coolDown;
56
this.options = arg.options;
57
+ this.publishType = arg.publishType ?? "all";
58
this.defaultPermission = Boolean(arg.defaultPermission ?? Underline.config.interactionDefaults.defaultPermission);
59
}
60
61
-module.exports = Interaction;
62
+module.exports = Interaction;
0 commit comments