Socket
Socket
Sign inDemoInstall

gdd.js

Package Overview
Dependencies
18
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gdd.js

Interact with the Guilded.gg API with ease and flexibility.


Version published
Weekly downloads
6
increased by200%
Maintainers
1
Install size
0.990 MB
Created
Weekly downloads
 

Readme

Source


gdd.js
Gdd.Js

Gitter NPM downloads

AboutFeaturesInstallationCode exampleContributingLinksOtherLicense


🔎 About

gdd.js allows you to interact with the Guilded.gg API with ease and flexibility.

📌 Features

  • Easy to use
  • Latest Guilded API version and latest additions
  • 100% coverage of Guilded API
  • Lightweight
  • Very similar to Foxcord

🌠 Installation

Node.Js v12.0.0 is required at least

$ npm install gdd.js
$ yarn add gdd.js

🔩 Code example

const { Client } = require('gdd.js');

const client = new Client();

client.on('chatMessageCreated', async (message) => {
    if(message.content === 'ping') {
        return message.channel.send(`My ping is ${client.ping}ms`);
    }
});

client.connect('Authentification token');

🔧 Contributing

Before creating an issue, be sure that it has not already been deferred and try to come up with a simple approach to the issue so that deferral is accessible to all.

In order to submit a PR, make sure you have read the contribution guide

🚀 Other

Note: Make a request to Guilded-API to have access to the bot creation and their documentation

This package is not affiliated with Guilded.gg

Server banner

You can join the official gdd.js community using this invite

🧪 License

Apache-2.0

Keywords

FAQs

Last updated on 01 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc