Skip to content

Commit

Permalink
DevilBro plugins works again (closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juby210 committed Sep 19, 2020
1 parent c7942af commit 1b475ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ Compatibility layer for running BetterDiscord plugins in Powercord

[![Screenshot showing a list of BetterDiscord plugins](https://i.imgur.com/xaAOdSE.png)](https://i.imgur.com/xaAOdSE.png)

### INCOMPATIBILITES WARNING
DevilBro plugins won't work (for now), they use bad practices that are a security problem. See:
- https://github.com/Juby210/bdCompat/issues/5
- https://github.com/powercord-org/powercord/issues/386

Anyway, you shouldn't care because they cause problems with high memory usage and probably you can find alternatives for powercord.

## Installation
Expand Down
2 changes: 0 additions & 2 deletions modules/PluginManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ module.exports = class BDPluginManager {

if (plugin.__started) return

if (!this.settings.get('__dontEnableMe') && plugin.authorId == '278543574059057154') return this.__warn(`Tried to start unsupported plugin: ${pluginName} (DevilBro plugins won't be supported)`)

try {
plugin.plugin.start()
plugin.__started = true
Expand Down

0 comments on commit 1b475ac

Please sign in to comment.