0.0.2 • Published 4 years ago

discord-sa-as v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

discord-sa-as modülü ne işe yarar?

Sunucunuzda birisi "sa , selamun aleyküm , selam , sea , slm" yazarsa otomatik olarak cevap verir.

Çok yakında farklı özellikler de eklenecektir

Örnek Embedsiz

const { Client } = require("discord.js")
const client = new Client()
const saas = require("discord-sa-as")

saas.saas(client, "birisi sa dediğinde atılacak cevap") // örnek "Aleyküm Selam Hoş Geldin"

client.login("TOKEN")

Örnek Embedli

const { Client } = require("discord.js")
const client = new Client()
const saas = require("discord-sa-as")

saas.saas(client, "#FF000" ,"birisi sa dediğinde atılacak cevap") 
// #FF000 yazan yere embed mesajın rengi gelecek. eğer değiştirecekseniz lütfen
// hex kodu girin veya rengin ingilizcesini BÜYÜK HARFLERLE yazın 

client.login("TOKEN")
0.0.2

4 years ago

0.0.1

4 years ago