Updating from v11 to v12

Command

  constructor() {
-   super('name')
+   super({
+     name: 'command-name',
+     description: 'command-description'
+   })
-   this.data = {
-     name: 'command-name',
-     description: 'command-description'
-   }
  }