JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q24141F
  • License ISC

Fun package for anime

Package Exports

  • somerandompackage

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (somerandompackage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

The best anime package for discord bots

The package is made for fun :)

My Github
My Discord Server (RUSSIAN)

Anime

Function Description
angry Gets a URL of a angry gif
bang Gets a URL of a bang gif
bite Gets a URL of a bit gif
blush Gets a URL of a blush gif
coffee Gets a URL of a coffee gif
cry Gets a URL of a cry gif
dance Gets a URL of a dance gif
drunk Gets a URL of a drunk gif
facepalm Gets a URL of a facepalm gif
fear Gets a URL of a fear gif
feed Gets a URL of a feed gif
greet Gets a URL of a greet gif
happy Gets a URL of a happy gif
highfive Gets a URL of a highfive gif
hug Gets a URL of a hug gif
jojo Gets a URL of a jojo gif
kiss Gets a URL of a kiss gif
laugh Gets a URL of a laugh gif
lick Gets a URL of a lick gif
maid Gets a URL of a maid gif
money Gets a URL of a money gif
pat Gets a URL of a pat gif
poke Gets a URL of a poke gif
pout Gets a URL of a pout gif
punch Gets a URL of a punch gif
run Gets a URL of a run gif
shock Gets a URL of a shock gif
slap Gets a URL of a slap gif
sleepy Gets a URL of a sleepy gif
smoke Gets a URL of a smoke gif
stare Gets a URL of a stare gif
tea Gets a URL of a tea gif
think Gets a URL of a thinkg gif
tickle Gets a URL of a tickle gif
titan Gets a URL of a titan gif
wink Gets a URL of a wink gif

Other

Function Description
eball Function with answers from the magic ball
cat Random images of cats
fox Random images of foxes
dog Random images of dogs

Documentation: In development...

Usage example:

const srp = require('somerandompackage');

<client>.on('message', async msg => {

    if (msg.content === "angry"){

        var anger = await srp.angry();
        
        msg.channel.send(anger)
    }
});
const srp = require('somerandompackage');

<client>.on('message', async msg => {

    if (msg.content === "8ball"){

        var balls = await srp.eball();

        msg.channel.send(balls)
    }
})