mirror of
https://github.com/SrIzan10/handler.git
synced 2026-05-01 10:45:17 +00:00
revert: delete old files
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import type { ScopedPlugin } from '../../types/handler';
|
||||
|
||||
export interface Database extends ScopedPlugin {
|
||||
create() : void;
|
||||
read() : void;
|
||||
update() : void;
|
||||
delete() : void;
|
||||
}
|
||||
|
||||
interface DatabaseConstructor {
|
||||
new() : Database
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
import type { Client } from 'discord.js';
|
||||
|
||||
type ProvidesClient = { provides : <T extends Client>(client: T) => void }
|
||||
Reference in New Issue
Block a user