cordejs/corde

Create `send-message` Command

Closed this issue · 0 comments

Description

Allow sending messages with corde's bot from the terminal.

Terminology

corde send-message <content>

Arguments

content: Content of the message

Options

-c, --config : Set config file path
-p, --project : Set tsconfig path

Example:

corde send-message Hello

Will send the message Hello to the channel specified in configs.

Print

image