Comparing version 1.3.1 to 1.3.2
@@ -168,3 +168,3 @@ const request = require('node-superfetch'); | ||
try { | ||
const { body } = await request.get("https://croxy-api.glitch.me/twitter?key=genel&ara="+yazi()); | ||
const { body } = await request.get("https://croxy-api.glitch.me/twitter?key=genel&ara="+yazi); | ||
return body | ||
@@ -235,3 +235,3 @@ } catch (err) { | ||
const saat = `${tarih.getHours() < 10 ? "0" + tarih.getHours() : tarih.getHours()}:${tarih.getMinutes() < 10 ? "0" + tarih.getMinutes() : tarih.getMinutes()}:${tarih.getSeconds() < 10 ? "0" + tarih.getSeconds() : tarih.getSeconds()}` | ||
var z = `${tarih.getDate() < 10 ? "0" + tarih.getDate() : tarih.getDate()} ${aylarYaziUzun[tarih.getMonth()]} ${tarih.getFullYear()} ${günler[tarih.getDay()]} ${saat}` | ||
var z = `${tarih.getDate() < 10 ? "0" + tarih.getDate() : tarih.getDate()} ${aylarYaziUzun[tarih.getMonth()]} ${tarih.getFullYear()} ${günlerUzun[tarih.getDay()]} ${saat}` | ||
if(z.includes(NaN || undefined)) throw new TypeError(`Lütfen geçerli bir tarih girin.`); | ||
@@ -238,0 +238,0 @@ if(format) { |
@@ -5,3 +5,3 @@ { | ||
"deprecated": false, | ||
"description": "Gelişmiş bir Türkçe modül. Döviz, çeviri, veri kaydettirme, tarih, para birimine çevirme, dizi arama, şarkı sözü arama, Instagram hesap arama", | ||
"description": "Gelişmiş bir Türkçe modül. Döviz, çeviri, veri kaydettirme, tarih, para birimine çevirme, dizi arama, şarkı sözü arama, Instagram/Twitter hesap arama", | ||
"keywords": [ | ||
@@ -36,3 +36,3 @@ "döviz", | ||
}, | ||
"version": "1.3.1" | ||
"version": "1.3.2" | ||
} |
@@ -6,2 +6,3 @@ # CroxyApi - Gelişmiş Bir Türkçe Modül! | ||
#Yenilikler | ||
* "Hatalar düzeltildi." | ||
* "instagram" fonksiyonuna eklemeler yapıldı. | ||
@@ -11,3 +12,3 @@ * "twitter" fonksiyonu eklendi. | ||
#Dökümantasyon | ||
#Dökümasyon | ||
* Öncelikle modülümüzü kayıt ettirelim. | ||
@@ -14,0 +15,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17035
175