mirror of
				https://gitlab.com/ceda_ei/Quadnite-Bot
				synced 2025-10-31 09:10:05 +01:00 
			
		
		
		
	Fix wrong date in /info
This commit is contained in:
		| @@ -24,7 +24,7 @@ module.exports = () => (ctx) => { | ||||
| 				text += "Channel ID: "; | ||||
| 			text += `\`${forward.id}\`\n`; | ||||
| 			text += "Message Date: `"; | ||||
| 			const date = new Date(reply.forward_date); | ||||
| 			const date = new Date(reply.forward_date*1000); | ||||
| 			text += date.toUTCString(); | ||||
| 			text += "`"; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user