artz.cord
v0.0.6
Published
An API wrapper for the Discord API made with ♥
Downloads
1
Maintainers
Readme
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")