Skip to content

thekevinava/RandoMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RandoMon

NPM Version GitHub issues NPM npm Discord GitBook NPM

The principal function for this package is handle all URLs sended by users on a server and delete it if you want.

Support

GitBook Page You can contact us on your Discord server

Installation

Using NPM:

npm install randomon

Using Yarn (Linux):

yarn add randomon

Examples

Basic use

const Discord = require('discord.js');
const client = new Discord.Client();
const RandoMon = require('randomon'); // Js


client.once('ready', () => console.log('Bot is online!'));

client.on('message', async message => {
    if(message.content=="!random") {
        let randomImage = RandoMon(); // Generate the image
        message.channel.send(randomImage); // Send the image
    }
});

client.login('TOKEN_HERE');

License & Credits

Made with @aonsager website. Web

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published