diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-03 17:02:49 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-03 17:02:49 -0400 |
commit | 7634b1a3b6e86bc12785987d0aac1f299ea9443a (patch) | |
tree | 23ed6492a5803c9e23fe11b4f8f49e3bddf10016 /src/lib/extensions | |
parent | a2f3e761a5d2607b599ba887156e2045fc834bc6 (diff) | |
download | tanzanite-7634b1a3b6e86bc12785987d0aac1f299ea9443a.tar.gz tanzanite-7634b1a3b6e86bc12785987d0aac1f299ea9443a.tar.bz2 tanzanite-7634b1a3b6e86bc12785987d0aac1f299ea9443a.zip |
made error handling signifcantly faster at the expense of jank
Diffstat (limited to 'src/lib/extensions')
-rw-r--r-- | src/lib/extensions/discord-akairo/BushClientUtil.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/extensions/discord-akairo/BushClientUtil.ts b/src/lib/extensions/discord-akairo/BushClientUtil.ts index d9a96ba..27eeea4 100644 --- a/src/lib/extensions/discord-akairo/BushClientUtil.ts +++ b/src/lib/extensions/discord-akairo/BushClientUtil.ts @@ -500,13 +500,13 @@ export class BushClientUtil extends ClientUtil { */ #hasteURLs: string[] = [ 'https://hst.sh', - 'https://hasteb.in', + // 'https://hasteb.in', 'https://hastebin.com', 'https://mystb.in', 'https://haste.clicksminuteper.net', 'https://paste.pythondiscord.com', - 'https://haste.unbelievaboat.com', - 'https://haste.tyman.tech' + 'https://haste.unbelievaboat.com' + // 'https://haste.tyman.tech' ]; /** |