feat: direct discord url to the #dataset-bugs channel

This commit is contained in:
Xmader 2021-05-13 16:43:40 -04:00
parent 861af6d3f0
commit ffbac084fb
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import isNodeJs from 'detect-node'
import { isGmAvailable, _GM } from './gm'
export const DISCORD_URL = 'https://discord.gg/kTyx6nUjMv'
export const DISCORD_URL = 'https://discord.gg/gSsTUvJmD8'
export const escapeFilename = (s: string): string => {
return s.replace(/[\s<>:{}"/\\|?*~.\0\cA-\cZ]+/g, '_')