0.1.3-dev • Published 2 years ago

ghost-banner v0.1.3-dev

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

ghost-banner

It is the module that displays the banner and banner colors of Discord Users.

Code:

const discord = require('discord.js');
const client = new discord.Client();
const banners = require('ghost-banner');
	
client.on('message', async (message) => {
	if (message.content == "send my banner") {
		const banner = new banners(message.author.id, client.token);
		message.channel.send(banner);
	}
});
	
client.login('token');
0.1.3-dev

2 years ago

0.1.2-dev

2 years ago

0.1.1-dev

2 years ago

0.1.0-dev

2 years ago