UNPKG

@codedungeon/gunner

Version:
16 lines (13 loc) 525 B
/*------------------------------------------------------------------------------------------- * Copyright (c) Mike Erickson / Codedungeon. All rights reserved. * Licensed under the MIT license. See LICENSE in the project root for license information. * -----------------------------------------------------------------------------------------*/ module.exports = { name: 'default', disabled: false, hidden: true, execute(toolbox) { console.log('') toolbox.print.info('Default Command\n', 'INFO') }, }