Add canttalk module, few changes here and there to accomodate for it
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const fs = require('fs');
|
||||
|
||||
module.exports = class {
|
||||
constructor(longName, fileExtension, supportedParameters = []) {
|
||||
constructor(shortName, longName, fileExtension, supportedParameters = []) {
|
||||
this.shortName = shortName;
|
||||
this.longName = longName;
|
||||
this.fileExtension = fileExtension;
|
||||
}
|
||||
|
Reference in New Issue
Block a user