durumu

  1. T

    Discord v12 Hava Durumu Gösteren Kod

    const Discord = require('discord.js'); const weather = require('weather-js'); // weather-js kütüphanesini kullanmak için exports.run = (client, message, args) => { // Komutun kullanımını kontrol et if (!args[0]) { return message.channel.send('Lütfen bir şehir adı belirtin.'); } //...