widgetbot-io / crate

Popup Discord widgets for your website ☄️

Home Page:https://docs.widgetbot.io/embed/crate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crate

npm version Docs JSDelivr

Clean & powerful popup Discord widgets for your website.

Demo

Usage

See the documentation for more options.

<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async>
  const crate = new Crate({
    server: '299881420891881473',
    channel: '355719584830980096'
  })

  crate.notify('Test notification')
  crate.on('signIn', data => {
    console.log(`Guest signed in as ${data.name}`)
    crate.emit('sendMessage', 'Hello world')
  })
</script>

About

Popup Discord widgets for your website ☄️

https://docs.widgetbot.io/embed/crate/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 98.3%Language:HTML 1.7%