add space in cs stats cause annoying

This commit is contained in:
Ayden Jahola 2024-10-03 16:38:40 +01:00
parent d2eb87aa53
commit 5cbee0bed5
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -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");