New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gif-sallamadim

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gif-sallamadim

Sallamadim Gif Modulu

  • 0.0.6
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by350%
Maintainers
1
Weekly downloads
 
Created
Source

gif-sallamadim Nedir?

gif-sallamadim Bir gif modülüdür.

Yenilikler:

Daha çok gif eklendi, bir dahaki güncellemede anime gif eklenecek.

Örnek kullanım:

const discord = require('discord.js');
const client = new discord.Client();
const gif = require('gif-sallamadim')

client.on("message", async(message) => {
    let prefix = "!"
    if(message.content.startsWith(prefix+"mangif")){
        message.channel.send(gif.mangif()) //bir man gif olarak geri dönüyor
    }

})

client.on("message", async(message) => {
    let prefix = "!"
    if(message.content.startsWith(prefix+"couplegif")){
        message.channel.send(gif.couplegif()) //bir couple gif olarak geri dönüyor
    }

})

Keywords

FAQs

Package last updated on 31 Dec 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc