npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

easybot

v2.0.0

Published

Le meilleur module pour créer un bot français multifonction spécialement conçu pour votre serveur en un rien de temps...

Downloads

296

Readme

NPM

🧰 EasyBot

📥 Installation

npm i easybot

💻 Exemple

require('easybot');
const Discord = require('discord.js'); // Require discord.js
const client = new Discord.Client(); // Create the bot client.
const { EasyMusic, EasyEconomy } = require('easybot');

const musicBot = new EasyMusic({
    clientPrefix: ">>", // Préfix du bot musique
    youtubeApiKey: "YOUTUBE_API_KEY", // Clé d'API Youtube
    discordClient: client, // Ne pas toucher,
    config: {
        helpCommand: true // true: le bot enverra la liste des commandes | false: Le bot ne répondra à la commande "help"
    }
});
const economyBot = new EasyEconomy({
    clientPrefix: "$", // Préfix du bot économique
    discordClient: client, // Ne pas toucher
    config: { // Configurez votre bot Discord en répondant aux indications !
        helpCommand: true, // true: le bot enverra la liste des commandes | false: Le bot ne répondra pas à la commande "help"
        managerRoles: [], // ID des rôles qui peuvent gérer l'économie, utiliser les commandes pour ajouter/retirer de l'argent.
        startsWith: 1000, // Montant d'argent avec lequel le membre commence.
        cashParMessage: 3, // Nombre maximum d'argent / message (minimum préparamétré à 1)
        moneySymbole: "", // Votre symbole de monnaie ("💵" par défaut)
        custom: {} // Bientôt
    }
});

 
client.on('message', message => { // Ne pas toucher
    musicBot.onMessage(message);
    economyBot.onMessage(message);
});

client.login('BOT_TOKEN'); // Mettez ici le token de votre bot (https://discord.com/developers/applications/)

🤖 Commandes

🎶 Musique

  • PLAY

    • play,
    • add,
    • p,
    • + <recherche par chaine de caractère | URL de la vidéo>
  • STOP

    • stop,
    • kill,
    • destroy,
  • PAUSE

    • pause,
  • RESUME

    • resume,
    • res,
    • play,
    • p
  • SKIP

    • skip,
    • s
  • NOW-PLAY

    • now-play,
    • np
  • CLEAR

    • clear,
    • delete-queue
  • REPEAT

    • repeat,
    • loop
  • LEAVE

    • leave,
    • disconnect
  • JOIN

    • join,
    • connect
  • LYRICS

    • lyrics,
    • paroles,
    • text
    • + <recherche par chaine de caractère>
  • VOLUME

    • volume,
    • vol,
    • setVolume
  • QUEUE

    • queue,
    • q

💰 Economie

  • MONEY
    • money,
    • balance,
    • bal,
      • [@member | member ID]
  • WITHDRAW
    • withraw,
    • with,
    • + <montant>
  • DEPOSIT
    • deposit,
    • dep,
    • + <montant>
  • ADD-MONEY
    • add-money
    • + <@member | member ID>
    • + <bank/cash>
    • + <montant>
    • + Permission Gérer le serveur
  • REMOVE-MONEY
    • remove-money
    • + <@member | member ID>
    • + <bank/cash>
    • + <montant>
    • + Permission Gérer le serveur
  • ROB
    • rob,
    • + <@member | member ID>
  • LEADERBOARD
    • leaderboard,
    • lb,
    • + [cash/bank]