MCPcopy Create free account
hub / github.com/RTByte/rtbyte / setDuration

Method setDuration

src/lib/structures/ModCase.js:81–85  ·  view source on GitHub ↗
(when)

Source from the content-addressed store, hash-verified

79 }
80
81 setDuration(when) {
82 if (this.submitted) throw 'duration cannot be changed once submitted!';
83 this.duration = when;
84 return this;
85 }
86
87 setDeletedMessageCount(deletedMessageCount = null) {
88 if (this.submitted) throw 'deletedMessageCount cannot be changed once submitted!';

Callers 3

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected