Command: {
    command: string;
    commandFn: ((this: void, src: number, args: string[], raw: string) => void);
    privilege?: Privilege;
}