Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 273 Bytes

ShareToDiscord

ShareToDiscord is a simple Chrome extension that allows content to be shared directly to a Discord server through the use of webhooks.

Config Example

config.username = "username";
config.menu = [{
  name: "Name",
  url: "",
  children: []
}];