reddit-informations-channel
v2.5.7
Published
Un module pour avoir des informations sur un channel reddit
Downloads
6
Maintainers
Readme
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
- Github: @belzeeebuth
Montrez votre support
Rejoignez ce serveur discord si le module vous à aidé
This README was generated with ❤️ by readme-md-generator