mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-05 16:57:01 +00:00
feat: add and update As
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import { commandModule, CommandType } from '@sern/handler';
|
import { commandModule, CommandType } from '@sern/handler';
|
||||||
import { Context } from '@sern/handler';
|
|
||||||
import {
|
import {
|
||||||
ApplicationCommandOptionType,
|
ApplicationCommandOptionType,
|
||||||
AttachmentBuilder,
|
AttachmentBuilder,
|
||||||
@@ -22,6 +21,8 @@ const choices = [
|
|||||||
'Irene',
|
'Irene',
|
||||||
'Boniato64',
|
'Boniato64',
|
||||||
'Tormentarosa',
|
'Tormentarosa',
|
||||||
|
'H',
|
||||||
|
'SpRaY',
|
||||||
];
|
];
|
||||||
|
|
||||||
export default commandModule({
|
export default commandModule({
|
||||||
@@ -68,6 +69,8 @@ export default commandModule({
|
|||||||
'./images/a/Irene.png',
|
'./images/a/Irene.png',
|
||||||
'./images/a/Boniato64.png',
|
'./images/a/Boniato64.png',
|
||||||
'./images/a/Tormentarosa.png',
|
'./images/a/Tormentarosa.png',
|
||||||
|
'./images/a/H.png',
|
||||||
|
'./images/a/SpRaY.png',
|
||||||
];
|
];
|
||||||
const images =
|
const images =
|
||||||
imagesArray[Math.floor(Math.random() * imagesArray.length)];
|
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