mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
feat: add and update As
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { commandModule, CommandType } from '@sern/handler';
|
||||
import { Context } from '@sern/handler';
|
||||
import {
|
||||
ApplicationCommandOptionType,
|
||||
AttachmentBuilder,
|
||||
@@ -22,6 +21,8 @@ const choices = [
|
||||
'Irene',
|
||||
'Boniato64',
|
||||
'Tormentarosa',
|
||||
'H',
|
||||
'SpRaY',
|
||||
];
|
||||
|
||||
export default commandModule({
|
||||
@@ -68,6 +69,8 @@ export default commandModule({
|
||||
'./images/a/Irene.png',
|
||||
'./images/a/Boniato64.png',
|
||||
'./images/a/Tormentarosa.png',
|
||||
'./images/a/H.png',
|
||||
'./images/a/SpRaY.png',
|
||||
];
|
||||
const images =
|
||||
imagesArray[Math.floor(Math.random() * imagesArray.length)];
|
||||
|
||||
BIN
images/a/H.png
Normal file
BIN
images/a/H.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
images/a/SpRaY.png
Normal file
BIN
images/a/SpRaY.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.5 KiB |
Reference in New Issue
Block a user