feat: add and update As

This commit is contained in:
2023-02-02 08:14:57 +01:00
parent d3f4006d1d
commit d8a0e0e75f
4 changed files with 4 additions and 1 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

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