Object.values(Commandstrut).forEach((element: (Command?: any, eventData?: any) => {
name: string,
description?: string,
aliases?: Array<string>,
usage?: string,
example?: string,
cancelMessage?: string,
}) => {
if (element().aliases.includes(Command[0]) || element().name == Command[0]) {
if (Commandstrut[Command[0]](Command, eventData).cancelMessage == true) {