Skip to content

ivkos/botyo-command-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping Command for Botyo

npm npm npm

The Ping Command for Botyo sends a ping in a private message to a specific person, or makes the bot respond to the ping.

Usage

#ping [person]

For example:

  • #ping - Makes the bot respond to the ping if it's online.
  • #ping Alice - Sends a ping in a private message to Alice.

Install

Step 1. Install the module from npm.

npm install --save botyo-command-ping

Step 2. Register the module.

import Botyo from "botyo";
import PingCommand from "botyo-command-ping"

Botyo.builder()
    ...
    .registerModule(PingCommand)
    ...
    .build()
    .start();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published