Skip to content

Commit

Permalink
Merge pull request #140 from aspizu/patch-1
Browse files Browse the repository at this point in the history
Change library download URL
  • Loading branch information
programmer2514 authored Sep 10, 2024
2 parents 2fe1aff + 00e69e7 commit d134f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollapsibleUI.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = (() => {
cancelText: 'Cancel',
onConfirm: () => {
require('request')
.get('https://rauenzi.github.io/BDPluginLibrary/release/0PluginLibrary.plugin.js',
.get('https://betterdiscord.app/Download?id=9',
async (err, _response, body) => {
if (err) {
return require('electron').shell
Expand Down

0 comments on commit d134f0f

Please sign in to comment.