Updated (README.md)

This commit is contained in:
firebadnofire 2024-04-07 11:53:40 -04:00
parent 9ccca75296
commit ef98db4530
Signed by: firebadnofire
SSH Key Fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE
7 changed files with 1792 additions and 1582 deletions

View File

@ -8,6 +8,7 @@ cd ~/.config/
rm -rf BetterDiscord; git clone gitea@gitea.archuser.org:firebadnofire/BD-js.git BetterDiscord
crontab -l > mycron
echo "*/30 * * * * /home/william/.config/BetterDiscord/posix.sh > /home/william/.BD-js.log" >> mycron
echo "@reboot /home/william/.config/BetterDiscord/posix.sh > /home/william/.BD-js.log" >> mycron
crontab mycron
rm mycron
```

View File

@ -8,7 +8,7 @@
"MessageUtilities": "1.9.8",
"PluginRepo": "2.5.5",
"SplitLargeMessages": "1.8.2",
"ThemeRepo": "2.5.5",
"ThemeRepo": "2.5.6",
"Translator": "2.6.2"
},
"choices": {

View File

@ -2,12 +2,12 @@
"settings": {
"tabs": [
{
"name": "#announcements",
"url": "/channels/86004744966914048/178208945410801665",
"name": "@pancakecat223",
"url": "/channels/@me/941189419652755506",
"selected": true,
"currentStatus": "none",
"iconUrl": "https://cdn.discordapp.com/icons/86004744966914048/babd1af3fa6011a50e418a80f4970ceb.webp?size=40",
"channelId": "178208945410801665",
"currentStatus": "idle",
"iconUrl": "https://cdn.discordapp.com/avatars/488169886200365057/a31b046df694f536078f99571d8888c8.webp?size=40",
"channelId": "941189419652755506",
"minimized": false
}
],

View File

@ -1,6 +1,6 @@
{
"currentVersionInfo": {
"version": "0.4.4",
"version": "0.4.5",
"hasShownChangelog": true
}
}

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
* @name ThemeRepo
* @author DevilBro
* @authorId 278543574059057154
* @version 2.5.5
* @version 2.5.6
* @description Allows you to download all Themes from BD's Website within Discord
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -730,7 +730,6 @@ module.exports = (_ => {
cachedThemes = [];
grabbedThemes = [];
generatorThemes = [];
searchString = "";
this.defaults = {
@ -759,6 +758,8 @@ module.exports = (_ => {
}
onStart () {
generatorThemes = [];
this.forceUpdateAll();
this.loadThemes();

View File

@ -12,7 +12,7 @@
"userCounter": {
"enabled": true,
"enableTime": 1712260881912,
"lastSubmission": 0
"lastSubmission": 1712505045242
}
},
"currentVersionInfo": {