Skip to content
/ owo-pay Public

Hazır bir OwO Pay modülüdür / Why im goint his to public

Notifications You must be signed in to change notification settings

uwuv3/owo-pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwO pay

Geçmiş

1.0.3

  • Eris için destek eklendi

1.0.3

  • Çoklu versiyon sistemi eklendi.
  • Birçok function kaldırıldı.

1.0.2

  • Dil sistemi eklendi!

Nasıl kullanılır

const { Client } = require("discord.js");
const client = new Client(/* Ayarlamalar */);
const owoPay = require("@uwuv3/owo-pay");

const owopay = new OwOpay(client);

owopay.loadModule(); // Gerekli

owopay.addCash("31", 31); //Para ekler
owopay.removeCash("31", 31); //Para siler
owopay.setCash("31", 31); //Parayı düzenler
owopay.getCash("31"); //Parayı gösterir
owopay.getLanguage("error.resetCash"); // Dil konfigurasyonunda veri çeker

owopay.on("moduleLoaded", console.log); // Modül yüklendimi söyler
owopay.on("error", console.log); // Hata çıktım söyler
owopay.on("sendOwO", console.log); //Birisi owo gönderdimi söler

DISCORD | [__uwu.v3]

About

Hazır bir OwO Pay modülüdür / Why im goint his to public

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published