* Merge VylBot-Core * Update commands to new system * Fix issue where events would not load
6 lines
No EOL
125 B
TypeScript
6 lines
No EOL
125 B
TypeScript
import { Command } from "../type/command";
|
|
|
|
export default interface ICommandItem {
|
|
Name: string,
|
|
Command: Command,
|
|
} |