From 5cbee0bed56f8e5671418b40fa2b5e4ca150540e Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Thu, 3 Oct 2024 16:38:40 +0100 Subject: [PATCH] add space in cs stats cause annoying --- commands/stats/cs2.js | 1 + 1 file changed, 1 insertion(+) 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");