Skip to content

Instantly share code, notes, and snippets.

View ahsanch911's full-sized avatar

AhSaN ahsanch911

View GitHub Profile
@ahsanch911
ahsanch911 / weather.js
Last active October 8, 2025 14:17 — forked from v3shn/weather.js
Get weather information for any city
const { Module } = require('../main');
const axios = require('axios');
Module({
pattern: 'weather ?(.*)',
fromMe: false,
desc: 'Get weather information for any city',
type: 'utility'
}, async (message, match) => {
try {