1.0.4 • Published 2 years ago

discord-images v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installation

npm i discord-images

A package for multiple anime actions for discord.

Examples

Discord.js v14 Example (Javascript ESM)

import { Client } from 'discord.js';
import { DiscordImages } from 'discord-images';
const client = new Client({ 
  intents: ['Guilds']
});

client.once('ready', () => {
	console.log('Ready to hug');
});
client.on('messageCreate', async(message) => {
    if(message.content === 'hug') {
        message.channel.send(await DiscordImages.generate('hug'))
    }
})
client.login('your-token');

Support Server

Clic here

Bots using this module

Ping-It


Ping-It: The perfect mini-game and entertainment bot for your discord server! Lots of modules like Levelling, Games, Utility, Etc!

Invite | Top.gg

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago