Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
5
dist/classes/commands/GroupCommands.d.ts
vendored
Normal file
5
dist/classes/commands/GroupCommands.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CommandsBase } from './CommandsBase';
|
||||
import { UUID } from '../UUID';
|
||||
export declare class GroupCommands extends CommandsBase {
|
||||
sendGroupNotice(group: UUID | string, subject: string, message: string): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user