mirror of
				https://github.com/aydenjahola/discord-multipurpose-bot.git
				synced 2025-11-04 00:01:41 +00:00 
			
		
		
		
	add space in cs stats cause annoying
This commit is contained in:
		
							parent
							
								
									d2eb87aa53
								
							
						
					
					
						commit
						5cbee0bed5
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -11,6 +11,7 @@ module.exports = {
 | 
				
			||||||
        .setDescription("The Steam ID to fetch stats for.")
 | 
					        .setDescription("The Steam ID to fetch stats for.")
 | 
				
			||||||
        .setRequired(true)
 | 
					        .setRequired(true)
 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  async execute(interaction) {
 | 
					  async execute(interaction) {
 | 
				
			||||||
    const steamId = interaction.options.getString("steam_id");
 | 
					    const steamId = interaction.options.getString("steam_id");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue