Skip to content

Commit

Permalink
remove https://hastebin.com and other broken haste urls, add own inst…
Browse files Browse the repository at this point in the history
…ance
  • Loading branch information
IRONM00N committed Jan 15, 2024
1 parent 29e472e commit d9a5671
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/utils/BotClientUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ export class BotClientUtils {
* The hastebin urls used to post to hastebin, attempts to post in order
*/
#hasteURLs: string[] = [
'https://haste.tanzanite.dev/',
'https://hst.sh',
// 'https://hasteb.in',
'https://hastebin.com',
'https://hasteb.in',
'https://mystb.in',
'https://haste.clicksminuteper.net',
'https://paste.pythondiscord.com',
'https://haste.unbelievaboat.com'
// 'https://haste.tyman.tech'
];

public constructor(private readonly client: Client) {}
Expand Down

0 comments on commit d9a5671

Please sign in to comment.