mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: /a main command (finally)
This commit is contained in:
@@ -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
758
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user