This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Original by D-Brox for Powercord. Repurposed for use with BetterDiscord. | |
import glob | |
from tqdm import tqdm | |
from pathlib import Path | |
from urllib.request import urlopen | |
import shutil | |
keep_old = True | |
use_old = True |