const Discord = require("discord.js"); const db = require("quick.db") const bot = new Discord.Client(); const ayarlar = require("../ayarlar.json"); const steamgroup = require('node-steam-group'); module.exports.run = async (bot, message, args) => { let resim = steamgroup.getstats("Vasilus", function(err, resim){ if(err) throw err; //Ꮙ Lothness#2409 let id = steamgroup.getstats("Vasilus", function(err, id){ if(err) throw err; //Ꮙ Lothness#2409 let sohbet = steamgroup.getstats("Vasilus", function(err, sohbet){ if(err) throw err; //Ꮙ Lothness#2409 let baslik = steamgroup.getstats("Vasilus", function(err, baslik){ if(err) throw err; //Ꮙ Lothness#2409 let toplam = steamgroup.getstats("Vasilus", function(err, toplam){ if(err) throw err; //Ꮙ Lothness#2409 let oyunda = steamgroup.getstats("Vasilus", function(err, oyunda){ if(err) throw err; //Ꮙ Lothness#2409 let aktif = steamgroup.getstats("Vasilus", function(err, aktif){ if(err) throw err; //Ꮙ Lothness#2409 let name = 'Tıkla & Katıl' const embed = new Discord.RichEmbed() .setTitle(name) .setURL('https://steamcommunity.com/groups/vasilus') .addField('Başlık',baslik.headline) .addField('Toplam Üye Sayısı',toplam.totalmembers) .addField('Aktif Üye Sayısı',aktif.online) .addField('Oyundaki Üye Sayısı',oyunda.ingame) .addField('Sohbetteki Üye Sayısı',sohbet.inchat) .addField('Grup ID',id.id) .setThumbnail(`${resim.icon}`) .setTimestamp() .setFooter('Vasilus Ꮙ Steam',message.author.avatarURL) message.channel.send(embed) }/*Ꮙ Lothness#2409*/)}/*Ꮙ Lothness#2409*/)}/*Ꮙ Lothness#2409*/)}/*Ꮙ Lothness#2409*/)}/*Ꮙ Lothness#2409*/)}/*Ꮙ Lothness#2409*/)}/*Ꮙ Lothness#2409*/) } module.exports.conf = { enabled: true, guildOnly: false, aliases: [], permLevel: 0 }; module.exports.help = { name: "steam", description: "", usage: "taslak" };