Properly marked exported classes to fix JSDoc
This commit is contained in:
parent
7d31cc9e8a
commit
514b00a714
67 changed files with 23032 additions and 29404 deletions
|
|
@ -26,7 +26,7 @@ const channelModel = require('../../schemas/channel/channelSchema');
|
|||
/**
|
||||
* Class containing global server-side chat/command pre-processing logic
|
||||
*/
|
||||
module.exports = class commandPreprocessor{
|
||||
class commandPreprocessor{
|
||||
/**
|
||||
* Instantiates a commandPreprocessor object
|
||||
* @param {channelManager} server - Parent Server Object
|
||||
|
|
@ -427,4 +427,6 @@ class commandProcessor{
|
|||
//throw send flag
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = commandPreprocessor;
|
||||
Loading…
Add table
Add a link
Reference in a new issue