mirror of
				https://github.com/aydenjahola/discord-multipurpose-bot.git
				synced 2025-11-04 00:01:41 +00:00 
			
		
		
		
	make code mentions user upon success
This commit is contained in:
		
							parent
							
								
									6d6d9b8a58
								
							
						
					
					
						commit
						d11ccfab4e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -93,7 +93,7 @@ module.exports = {
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      return interaction.reply({
 | 
					      return interaction.reply({
 | 
				
			||||||
        content: `Congratulations ${interaction.user.username}, you have been verified!`,
 | 
					        content: `Congratulations <@${interaction.user.id}>, you have been verified!`,
 | 
				
			||||||
        ephemeral: true,
 | 
					        ephemeral: true,
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
    } catch (err) {
 | 
					    } catch (err) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue