Syntax completion

pull/8/head
Trivernis 6 years ago
parent 1625d36896
commit c14f95030b

@ -90,7 +90,7 @@ function registerCommands() {
cmd.createCommand('_', 'repeat', (msg, argv) => {
return argv['repeattext'];
}, ['repeattext'])
}, ['repeattext']);
}
// defining the client's handlers

Loading…
Cancel
Save