UNPKG

@nebulaglitch/shopbot

Version:
15 lines (12 loc) 304 B
import Command from '../command.js'; class Comment extends Command { toString() { return '\n' + this.code + ' ' + this.args.join(','); } constructor(name){ super('\''); this.args.push(name); } } export { Comment as default }; //# sourceMappingURL=comment.js.map