GhostPing

This is an example of ghostPing

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

Last updated