0.1.9 • Published 1 year ago
solnjs v0.1.9
solnjs
Module that will be useful to you with many features
Usage
Emoji Text (For Discord Bot)
Example;
const soln = require("solnjs")
const text = soln.toEmoji("Test")
console.log(text)
Top.GG Check Vote (For Discord Bot)
Example;
const soln = require("solnjs")
const result = await soln.checkVote(`TopGG Bot Token`,`User id`)
console.log(result) // true or false (True: Voted,False: No vote)