Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
dankmemer-wrapper
Advanced tools
The Dank Memer api wrapper for the Dank Memer API.
client.on("ready", () => {
console.log(Bot is online!
);
});
client.on("message", async(message) => { if (!message.guild || message.author.bot) return; if (message.content === "!ipad") { let avatar1 = message.author.avatarURL({ dynamic: false, format: 'png' }); let image = await memer.ipad(avatar1) let attachment = new Discord.MessageAttachment(image, "ipad.png"); return message.channel.send(attachment);
} })
client.login("Discord bot token here");
<h1>Get API Key</h1>
Go to dankmemer.services/dashboard and request for a API key.
<h1>Functions<h1/>
abandon
aborted
affect
airpods
america
armor
balloon
bed
bongocat
boo
brain
brazzers
byemom
cancer
changemymind
cheating
citation
communism
confusedcat
corporate
crab
cry
dab
dank
deepfry
delete
disability
doglemon
door
egg
excuseme
expanddong
facts
failure
fakenews
fedora
floor
fuck
garfield
gay
goggles
hitler
humansgood
inator
invert
ipad
jail
justpretending
kimborder
knowyourlocation
kowalski
laid
lick
madethis
magik
master
meme
note
nothing
ohno
piccolo
plan
presentation
quote
radialblur
rip
salty
satan
savehumanity
screams
shit
sickban
slap
slapsroof
sneakyfox
spank
stroke
surprised
sword
thesearch
trash
tiger
trigger
tweet
ugly
unpopular
violence
violentsparks
vr
walking
wanted
wrap
whodidthis
whothisis
yomomma
youtube
<h1>Ratelimits</h1>
Each endpoint has it's own ratelimit, which you can find in it's documentation. Additionally, the API has a global ratelimit of 300 requests per minute.
The ratelimits for the endpoint are defined with X-RateLimit-:key, while the global ratelimit is defined with X-Global-RateLimit-:key. When the global ratelimit is hit, the body will contain an additional JSON key "global" which will be set to true.
FAQs
A API wrapper for the Dank Memer API.
The npm package dankmemer-wrapper receives a total of 11 weekly downloads. As such, dankmemer-wrapper popularity was classified as not popular.
We found that dankmemer-wrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.