path : undefined, // The config path of the command [`wump.utility.ping` for example] ( optional )
name : null, // Command name ( required )
syntax : null, // Command syntax ( optional )
bearer : 'wump', // Command bearer ( required )
aliases : [], // Command aliases ( optional )
argument : [], // Command arguments ( optional )
description: null, // Command description ( optional )
hidden : false, // Hidden from view ( true / false )
enabled : true, // Enabled or disabled ( true / false )
cooldown : 1000, // Command cooldown ( optional )
category : 'General', // Command category ( required )
ownerOnly : false, // Owner only ( true / false )
guildOnly : false, // Guild only ( true / false )
permissions: [] // Bot permissions ( optional )