A ton of fixes and it's now possible to track servers and channels in the DB
This commit is contained in:
7
src/utilties/storage/enumerations.ts
Normal file
7
src/utilties/storage/enumerations.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export enum SQLResult {
|
||||
CREATED,
|
||||
UPDATED,
|
||||
DELETED,
|
||||
ALREADYEXISTS,
|
||||
FAILED
|
||||
}
|
||||
Reference in New Issue
Block a user