feat: direct discord url to the #dataset-bugs channel
This commit is contained in:
parent
861af6d3f0
commit
ffbac084fb
1 changed files with 1 additions and 1 deletions
|
@ -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, '_')
|
||||
|
|
Loading…
Reference in a new issue