kobayashley / blues

A companion to the Discord Rythm bot
0 stars 2 forks source link

Refactor Types #40

Open braxtonhall opened 3 years ago

braxtonhall commented 3 years ago
∟-- src/
  ∟-- entities/
    |-- Music.ts
    | |-- Song
    | ∟-- Playlist
    ∟-- Settings.ts
      |-- Config
      ∟-- isConfig(..)

It's chaotic how much is in Types.ts and also how the Type checks are in Util. Get em into another directory. Entities from NeDBAdapter can move too.