Skip to content

Commit 9b951f4

Browse files
committed
1.1.0 release [BUTTON ROLES!]
1 parent 2c7776e commit 9b951f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuggies",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "A utility package for Discord Bots!",
55
"main": "index.js",
66
"scripts": {

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ starts the giveaway again after restart, put this in ready event to start All th
170170
client: Discord Client
171171
<br> <br>
172172
# __Button Roles__
173+
### [click here for fully functional button-roles bot](https://github.com/Nuggies-bot/buttonroles-example)
174+
<image src = 'https://cdn.discordapp.com/attachments/801132115755270164/857108297688285204/TBbPNb4S7a.gif'>
173175
174176
## buttonroles
175-
### [click here]()
177+
176178
constructor. use .setrole() on it to create buttons
177179
```js
178180
const something = new Nuggies.buttonroles().addrole({color: 'red', label: 'test', role: '781061040514269185'});

0 commit comments

Comments
 (0)