Skip to content

Commit de1e07d

Browse files
authored
publishType Fix
1 parent 003c079 commit de1e07d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/Interaction.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ class Interaction {
5454
this.other = defaultify(typeof arg.other == "object" ? arg.other : {}, Underline.config.interactionDefaults.other);
5555
this.coolDown = arg.coolDown ?? Underline.config.interactionDefaults.coolDown;
5656
this.options = arg.options;
57+
this.publishType = arg.publishType ?? "all";
5758
this.defaultPermission = Boolean(arg.defaultPermission ?? Underline.config.interactionDefaults.defaultPermission);
5859
}
5960
}
6061

61-
module.exports = Interaction;
62+
module.exports = Interaction;

0 commit comments

Comments
 (0)