public async updateCommands(): Promise<void> {
        if (0 === Object.keys(this._commands).length) {
            return this.remove(CONFIG_ITEMS.commands);
        } else {
            return this.update(CONFIG_ITEMS.commands, this._commands);