UNPKG

@nebulaglitch/shopbot

Version:
15 lines (12 loc) 287 B
import Command from '../command.js'; class Input extends Command { toString() { return this.code + ' ' + this.args[0]; } constructor(text){ super('INPUT'); this.args.push(text); } } export { Input as default }; //# sourceMappingURL=input.js.map