changes for canary

This commit is contained in:
Zack Rauen 2020-06-05 14:45:15 -04:00
parent f1078f7cbe
commit a0602a0a62
5 changed files with 11 additions and 6 deletions

View File

@ -58,7 +58,6 @@ There are two: [The main server](https://discord.gg/0Tmfo5ZbORCRqbAd), and [the
# Supporters
These people have all subscribed to the `True Supporter` tier on Patreon to support BandagedBD.
<table>
<tr>
<td align="center">
@ -82,9 +81,13 @@ These people have all subscribed to the `True Supporter` tier on Patreon to supp
<a href="https://heartunderbla.de" target="_blank" rel="noreferrer noopener"><strong>monkey</strong></a><br />
</td>
<td align="center">
<img src="https://avatars3.githubusercontent.com/u/20338746?s=460&u=d9ebab4f6f0f5221390bca1eaf8f191acd275afe&v=4" width="50px;" alt="Gibbu"/><br />
<img src="https://avatars3.githubusercontent.com/u/20338746?s=460&u=d9ebab4f6f0f5221390bca1eaf8f191acd275afe&v=4" width="100px;" alt="Gibbu"/><br />
<a href="https://github.com/Gibbu" target="_blank" rel="noreferrer noopener"><strong>Gibbu</strong></a>
</td>
<td align="center">
<img src="https://c10.patreonusercontent.com/3/eyJ3IjoyMDB9/patreon-media/p/user/25717114/c100599e58174499b44b4307c26f9312/1.jpeg" width="100px;" alt="Orekieh"/><br />
<strong>Orekieh</strong>
</td>
</tr>
</table>

File diff suppressed because one or more lines are too long

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@ import ContentManager from "./contentManager";
const fs = require("fs");
const path = require("path");
const releaseChannel = DiscordNative.globals.releaseChannel;
const releaseChannel = DiscordNative.globals ? DiscordNative.globals.releaseChannel : DiscordNative.app ? DiscordNative.app.getReleaseChannel() : "stable";
export default new class DataStore {
constructor() {

View File

@ -54,6 +54,8 @@ EmoteModule.prototype.init = async function () {
}
};
if (bdConfig.local) return;
await this.getBlacklist();
await this.loadEmoteData(emoteInfo);