1.0.0 • Published 3 years ago

discord-suggetion-mmc v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

What is this?

This package for best discord suggetion Channels

Installation

npm i discord-suggetion-mmc

Example

const discord = require('discord.js');
let client = new discord.Client();

const Suggetion = require("discord-suggetion-mmc");
let sugClient = new Suggetion.Client(client);//for create a suggestion Client
client.on("message", sugClient.messageEvent);//for resive a messages

sugClient.setOptions({
    ChannelId: "854700357610242051",
    Embed: new discord.MessageEmbed().setTitle("HI").setDescription("> **READ ROLES**")
}); // setup Options

client.login("BOT_TOKEN");

Copyright

All Copyrights© Reserved.