commands.js 254 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 exports.single = { func: () => {}, description: 'Test action', name: 'test', }; exports.multiple = [{ func: () => {}, description: 'Test action #1', name: 'test1', }, { func: () => {}, description: 'Test action #2', name: 'test2', }];