diff --git a/assets/images/ace-attorney/apollo.png b/assets/images/ace-attorney/apollo.png new file mode 100644 index 00000000..8147f4bc Binary files /dev/null and b/assets/images/ace-attorney/apollo.png differ diff --git a/commands/edit-image/ace-attorney.js b/commands/edit-image/ace-attorney.js index bcf6b384..fca4c88f 100644 --- a/commands/edit-image/ace-attorney.js +++ b/commands/edit-image/ace-attorney.js @@ -7,7 +7,8 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Ace-Attorney.t const characters = { phoenix: ['phoenix', 'wright', 'naruhodo', 'ryuuichi', 'ryu', 'nick'], edgeworth: ['miles', 'edgeworth', 'mitsurugi', 'reiji', 'edgey'], - godot: ['godot', 'diego', 'armando', 'souryuu', 'soryu', 'kaminogi'] + godot: ['godot', 'diego', 'armando', 'souryuu', 'soryu', 'kaminogi'], + apollo: ['apollo', 'justice', 'odoroki', 'housuke', 'hosuke'] }; module.exports = class AceAttorneyCommand extends Command { diff --git a/package.json b/package.json index 70c1face..33411eb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "113.22.1", + "version": "113.22.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {