Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
6
dist/classes/commands/TeleportCommands.d.ts
vendored
Normal file
6
dist/classes/commands/TeleportCommands.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { CommandsBase } from './CommandsBase';
|
||||
import { LureEvent } from '../../events/LureEvent';
|
||||
import { TeleportEvent } from '../../events/TeleportEvent';
|
||||
export declare class TeleportCommands extends CommandsBase {
|
||||
acceptTeleport(lure: LureEvent): Promise<TeleportEvent>;
|
||||
}
|
||||
Reference in New Issue
Block a user