0.0.10 • Published 8 years ago

artzycord v0.0.10

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

ArtzyCord

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")
0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago