1.3.4 • Published 2 years ago

discord-relay v1.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Discord Relay®

Relay logs to discord through webhooks in style

Install

$ npm install discord-relay --save

Usage

const DiscordRelay = require('discord-relay');

const webhook = DiscordRelay('WEBHOOK URL');

//* Sends stylied message through discord webhook
webhook.success('Test has passed', 'more info on the topic');
webhook.error('Test has failed!','error message',[{
   title: 'Field #1 Title',
   message: "Corresponding Message"
}]);
1.1.0

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago