0.0.6 • Published 6 years ago

artz.cord v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Artz.cord

The most shittiest API *rapper out there.

Examples

//setGame

const Discord = require('artzycord');
const Client = new Discord.Client();

client.on('ready', () => {
	client.user.setGame({
		name: "With ArtzyCord"
	});

	console.log("Socket connected, Client is ready!")
})

client.connect("TOKEN")