fix: /a main command (finally)

This commit is contained in:
2022-10-07 23:36:02 +02:00
parent fe2e2024b3
commit 39bb725df1
2 changed files with 645 additions and 117 deletions

View File

@@ -29,7 +29,9 @@ export default commandModule({
}
],
execute: async (ctx, options) => {
if (!options[1].getString('usuario', true)) {
let option
try {option = options[1].getString('usuario', true)} catch(error) {option = undefined}
if (!option) {
const imagesArray = [
'./images/XaviXE.png',
'./images/Paula.png',

758
package-lock.json generated

File diff suppressed because it is too large Load Diff