1.2.0 • Published 5 years ago

discord-client-wrapper v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

discord-client-wrapper

npm i discord-client-wrapper
const { Client } = require("discord-client-wrapper");

const client = new Client("my.client.token");

(async () => {
	await client.GetServers();
	await client.SendMessage("wassup", "channelId");
	await client.GetMessages("channelId");
	await client.CreateInvite("channelId");
	await client.JoinServer("inviteCode");
})();
1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago