Nekobin

params type required
text String true
title String opsional
author String opsional

Example :

var dg = new butthx.dg('nekobin')
dg.paste('text')
// with title
var dg = new butthx.dg('nekobin')
dg.paste('text','title')
// with title and author
var dg = new butthx.dg('nekobin')
dg.paste('text','title','author')

Del.dog

params type required
text String true
var dg = new butthx.dg()
dg.paste('text')

Butthx © 2021 All Rights Reserved