Update 0BDFDB.plugin.js
This commit is contained in:
parent
d8ca2f6a00
commit
b908003bb9
|
@ -1,8 +1,7 @@
|
|||
/**
|
||||
* @name BDFDB
|
||||
/* @name BDFDB
|
||||
* @author DevilBro
|
||||
* @authorId 278543574059057154
|
||||
* @version 1.8.8
|
||||
* @version 1.8.9
|
||||
* @description Required Library for DevilBro's Plugins
|
||||
* @invite Jx3TjNS
|
||||
* @donate https://www.paypal.me/MircoWittrien
|
||||
|
@ -19,7 +18,7 @@ module.exports = (_ => {
|
|||
"info": {
|
||||
"name": "BDFDB",
|
||||
"author": "DevilBro",
|
||||
"version": "1.8.8",
|
||||
"version": "1.8.9",
|
||||
"description": "Required Library for DevilBro's Plugins"
|
||||
},
|
||||
"rawUrl": `https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js`,
|
||||
|
@ -6213,7 +6212,7 @@ module.exports = (_ => {
|
|||
onMouseUp: this.handleMouseUp.bind(this),
|
||||
onClick: this.handleClick.bind(this),
|
||||
onContextMenu: this.handleContextMenu.bind(this),
|
||||
icon: this.props.guild.getIconURL(this.state.hovered && this.props.animatable),
|
||||
icon: this.props.guild.getIconURL(this.props.iconSize || 256, this.state.hovered && this.props.animatable),
|
||||
selected: this.props.selected || this.state.hovered
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue