cryptons-api

Cryptons API

npm version Build Status Dependency Status

NPM Info

For errors and questions you can join our support server

What is this package? what

Features install

Installation install

From NPM:

npm install cryptons-api

Configuration config

You will need your Cryptons API key to use cryptons-api.

Keys can be found at: https://discord.gg/vUYvswzwMH

Usage hmmm

// checks your token let check = keyutil.checkKey() console.log(check)

- Logo Game for Discord.js
```js
const { LogoGame } = require('cryptons-api')
new LogoGame({
    token: 'Cryptons-Token',
    message: message
})