diff --git a/commands/stats/cs2.js b/commands/stats/cs2.js index 4588203..41d14fc 100644 --- a/commands/stats/cs2.js +++ b/commands/stats/cs2.js @@ -11,6 +11,7 @@ module.exports = { .setDescription("The Steam ID to fetch stats for.") .setRequired(true) ), + async execute(interaction) { const steamId = interaction.options.getString("steam_id");