Add basic drop functionality
This commit is contained in:
parent
d85e5a1eb2
commit
1887470e2f
11 changed files with 125 additions and 27 deletions
|
@ -9,6 +9,7 @@ import { Events } from "./events";
|
|||
import { Util } from "./util";
|
||||
import CardSetupFunction from "../Functions/CardSetupFunction";
|
||||
import CardDataSource from "../database/dataSources/cardDataSource";
|
||||
import CardDropHelper from "../helpers/CardDropHelper";
|
||||
|
||||
export class CoreClient extends Client {
|
||||
private static _commandItems: ICommandItem[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue