1.1.0 • Published 2 years ago

wiki-for-discord v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Wiki For Discord

wiki-for-discord is a NPM package which helps in getting Wikipedia data on a certain term in Discord itself.

How to install this package?

npm i wiki-for-discord

Changes Made

  • Made minor changes in index.js file

Example

const wiki = require("wiki-for-discord");

let query = "hydrogen";

const response = new wiki.WikiForDiscord({
  query: query,
  color: "BLURPLE",
  message: message,
});

response.fetch();

Donate us so we can Improve