feat: add boniato to /a

This commit is contained in:
2022-11-12 13:24:32 +01:00
parent af4a632b35
commit 98430beec9
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import { commandModule, CommandType } from '@sern/handler'
import { Context } from "@sern/handler";
import { ApplicationCommandOptionType, AttachmentBuilder, AutocompleteInteraction, EmbedBuilder } from "discord.js";
import { publish } from "../../src/plugins/publish.js";
const choices = ['XaviXE', 'Paula', 'William', 'Espejito2500', 'Wheelook', 'MarioCabrera', 'Paticama', 'Vinci', 'SrIzan', 'ItsAdrian', 'ByHGT', 'Irene'];
const choices = ['XaviXE', 'Paula', 'William', 'Espejito2500', 'Wheelook', 'MarioCabrera', 'Paticama', 'Vinci', 'SrIzan', 'ItsAdrian', 'ByHGT', 'Irene', 'Boniato64'];
export default commandModule({
name: 'a',
@@ -45,6 +45,7 @@ export default commandModule({
'./images/ItsAdrian.png',
'./images/ByHGT.png',
'./images/Irene.png',
'./images/Boniato64.png',
]
const images = imagesArray[Math.floor(Math.random() * imagesArray.length)];

BIN
images/Boniato64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB