2.5.7 • Published 5 years ago

reddit-informations-channel v2.5.7

Weekly downloads
33
License
MIT
Repository
-
Last release
5 years ago

Un module permettant d'avoir des informations sur un channel reddit ⚠️ Encore en développement

Install

npm install reddit-informations-channel

Run tests

npm run test

Exemple

const { RedditImage } = require('reddit-informations-channel');
const { Client } = require('discord.js');

const client = new Client();

client.on('message', async message, args => {

if(message.content === "!reddit") {

let channelReddit = args.join(" ");
        if(!RedditSearch) return message.channel.send("J'ai besoin d'une recherche pour que je puisse rechercher des informations d'un channel sur reddit :haha:")

        const redditinformations = await reddit.create(message, {
          ruleschannel: `${RedditSearch}`  
    });
  });
}

Auteur

👤 Belzébuth

Montrez votre support

Rejoignez ce serveur discord si le module vous à aidé


This README was generated with ❤️ by readme-md-generator

2.5.6

5 years ago

2.5.5

5 years ago

2.5.7

5 years ago

2.5.2

5 years ago

2.5.0

5 years ago

2.5.1

5 years ago

2.1.0

5 years ago

2.0.5

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.4.5

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago