réplica de
				https://gitlab.com/ceda_ei/Quadnite-Bot
				synced 2025-10-31 17:20:05 +01:00 
			
		
		
		
	Fix typo firstName -> first_name
Este commit está contenido en:
		| @@ -3,7 +3,7 @@ module.exports = (random, kys, default_text, bot_text, excluded_names) => (ctx) | |||||||
| 	if (ctx.message.reply_to_message) { | 	if (ctx.message.reply_to_message) { | ||||||
|  |  | ||||||
| 		const { from } = ctx.message.reply_to_message; | 		const { from } = ctx.message.reply_to_message; | ||||||
| 		const name = from.username ? "@" + from.username : from.firstName; | 		const name = from.username ? "@" + from.username : from.first_name; | ||||||
| 		if (name == excluded_names[0]) | 		if (name == excluded_names[0]) | ||||||
| 			return bot_text; | 			return bot_text; | ||||||
| 		return random(kys)().replace(/##name##/g, name); | 		return random(kys)().replace(/##name##/g, name); | ||||||
|   | |||||||
		Referencia en una nueva incidencia
	
	Block a user