Skip to content

Instantly share code, notes, and snippets.

View Deivu's full-sized avatar
🗾
Weebtastic Developer

Saya Deivu

🗾
Weebtastic Developer
  • Philippines
  • 08:55 (UTC +08:00)
View GitHub Profile
@Deivu
Deivu / Nagato.js
Created September 3, 2025 11:32
Nagato Api Wrapper
import { RatelimitData, RequestManager, RequestRatelimitDefault } from '../RequestManager.js';
class Nagato extends RequestManager {
/**
* @param {KashimaClient} client
*/
constructor(client) {
super({
client,
base: "https://nagato.saya.moe"