0.0.10 • Published 6 years ago

artzycord v0.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago