#help better pastebin api
10 messages · Page 1 of 1 (latest)
hate to ruin it
but
you need a big "P" in Pastebin
Pastebin.setDevKey(DevKey);
const pastebin = new Pastebin();
pastebin.login(UserName, pass, function (success, data) {
if (success) {
pastebin.edit("x3H8jQgt", 'leaf', function (success, data) {});
} else {
console.error(data);
}
});
Needed a bit more
You need to elaborate on what you say