changed location for command.js
This commit is contained in:
10
whatsapp-web.js/src/models/commands.js
Normal file
10
whatsapp-web.js/src/models/commands.js
Normal file
@@ -0,0 +1,10 @@
|
||||
class Command{
|
||||
|
||||
|
||||
constructor({command,callback}){
|
||||
this.command = command;
|
||||
this.callback = callback;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports.Command = Command;
|
||||
Reference in New Issue
Block a user