Golang bot for managing discord verifications

3 lines
77 B

4 years ago
declare function fileUriToPath(uri: string): string;
export = fileUriToPath;