Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
12
dist/classes/commands/CommandsBase.js
vendored
Normal file
12
dist/classes/commands/CommandsBase.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
class CommandsBase {
|
||||
constructor(region, agent, bot) {
|
||||
this.currentRegion = region;
|
||||
this.agent = agent;
|
||||
this.bot = bot;
|
||||
this.circuit = this.currentRegion.circuit;
|
||||
}
|
||||
}
|
||||
exports.CommandsBase = CommandsBase;
|
||||
//# sourceMappingURL=CommandsBase.js.map
|
||||
Reference in New Issue
Block a user