Typescript rework continue

This commit is contained in:
Christer Warén
2023-06-04 22:35:07 +03:00
parent 2d0b326721
commit 0e62861e33
14 changed files with 103 additions and 129 deletions

View File

@ -1,4 +1,4 @@
import { ActionRowBuilder, Interaction, StringSelectMenuBuilder } from "discord.js";
import { ActionRowBuilder, StringSelectMenuBuilder } from "discord.js";
export default function listStations(client: any, interaction: any){
let stations: any = new Array();