Skip to content

Instantly share code, notes, and snippets.

View weskerty's full-sized avatar
🤔
Nihilizando Cosas

laWiskaPY weskerty

🤔
Nihilizando Cosas
  • asuncion
View GitHub Profile
@weskerty
weskerty / Wikipedia.js
Last active July 13, 2025 06:57 — forked from OfficialGodbless/Wikipedia.js
Wikipedia Fork Plugin pero en Español (cambiar https://es.wikipedia.org)
const { bot } = require("../lib/");
const axios = require("axios");
bot(
{
pattern: "wiki ?(.*)",
desc: "Search Wikipedia for a topic",
type: "info",
},
async (message, match) => {