feat: add and update As

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

View File

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

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