functional

This commit is contained in:
2022-05-26 19:59:18 -05:00
parent 4c97aa1f88
commit be1750944c
9 changed files with 614 additions and 451 deletions

View File

@@ -1,5 +1,10 @@
import { Guild } from 'discord.js'
import { readFileSync, writeFileSync, ensureDirSync, ensureFileSync } from 'fs-extra'
import {
readFileSync,
writeFileSync,
ensureDirSync,
ensureFileSync,
} from 'fs-extra'
import { getFlag } from './flags'
type storageTypes = 'global' | Guild