Skip to content

Tego Bot API Documentation v0.1.1


Tego Bot API Documentation / clearClipboard

Function: clearClipboard()

clearClipboard(): void

Defined in: index.ts:590

Clear the system clipboard contents

Returns

void

Example

typescript
import { clearClipboard } from "@tego/botjs";

clearClipboard();
console.log('Clipboard cleared');

Released under the MIT License.