🔬
Plexus-Djs
  • Documentation
    • GhostPing
    • Calculator
  • Slash Support Commands
    • Tic-Tac-Toe
    • Rock-Paper-Scissors
Powered by GitBook
On this page
  • Example Of Ghost Ping -
  • Options For GhotPing Cmd
  1. Documentation

GhostPing

This is an example of ghostPing

NextCalculator

Last updated 3 years ago

Example Of Ghost Ping -

const plexusdjs = require("plexus-djs");

plexusdjs.ghostPing(message, {
    logChannel: 'channel id',

    embedDesc: 'desc',
    embedColor: 'hex color',
    embedFoot: 'Footer'
    // (Or)
    embed: embed
})

Options For GhotPing Cmd