Releases: thenamelessdev/DiscoJs
Release list
v1.1.1
v1.1.0
v1.1.0
Added guild functions: ban, unban, and kick and some bug fixes
Download it using npm:
npm install @thenamelessdev/discojs
v1.0.9
v1.0.9
Added editWebhookMessage function, made executeWebhook return a message object, and made some big fixes
Download it using npm:
npm install @thenamelessdev/discojs
v1.0.8
v1.0.8
Added pinMessage, unpinMessage, and api functions.
Download it using npm:
npm install @thenamelessdev/discojs
or with the file below
v1.0.7
v1.0.7
Added a new editMessage function for editing messages.
Download it using npm:
npm install @thenamelessdev/discojs
or with the file below
v1.0.6
v1.0.6
Made send message functions so that it returns the entire message object.
Download it using npm:
npm install @thenamelessdev/discojs
or with the file below
v1.0.5
v1.0.5
Now the send message functions (if successful) return the message id.
Download it using npm:
npm install @thenamelessdev/discojs
or with the file below
v1.0.4
v1.0.4
Added replyMessage function.
Download it using npm:
npm install @thenamelessdev/discojs
or with the file below
v1.0.3
v1.0.3
Added webhook interactions: executeWebhook and deleteWebhook
v1.0.2
v1.0.2
Changelog: Added embed and made message optional for sendMessage.