discord.js-replyer

1.0.0 • Public • Published
# Discord.js discord.js-replyer This package reply your text this is the form in discord.js client.on('message', (message) =>{ const logger = require('discord.js-replyer') const guild = message.guild; const channelId = guild.channels.cache.get('your channel id'); const logChannel = guild.channels.cache.get('your logs channel id'); const color = '#176ce3'; const icon = 'your icon link'; const Name = 'your emebed name'; logger(channelId, logChannel, guild, client, Discord, message, color, icon, Name) }) ## Images ![example](https://imgur.com/uGPRfFU.png) Like this image # r e p l y e r # r e p l y e r

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i discord.js-replyer

      Weekly Downloads

      3

      Version

      1.0.0

      License

      ISC

      Unpacked Size

      5.28 kB

      Total Files

      3

      Last publish

      Collaborators

      • vaggos