mirror of
				https://github.com/keanuplayz/TravBot-v3.git
				synced 2024-08-15 02:33:12 +00:00 
			
		
		
		
	fixed minor oversight with timestamp
This commit is contained in:
		
							parent
							
								
									3844a4929d
								
							
						
					
					
						commit
						2c946c8558
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -33,7 +33,7 @@ export const DailyCommand = new NamedCommand({ | ||||||
|                     embed: { |                     embed: { | ||||||
|                         title: "Daily Reward", |                         title: "Daily Reward", | ||||||
|                         description: `It's too soon to pick up your daily Mons. Try again at <t:${Math.floor( |                         description: `It's too soon to pick up your daily Mons. Try again at <t:${Math.floor( | ||||||
|                             (user.lastReceived + 79200000 - now) / 1000 |                             (user.lastReceived + 79200000) / 1000 | ||||||
|                         )}:t>.`,
 |                         )}:t>.`,
 | ||||||
|                         color: ECO_EMBED_COLOR |                         color: ECO_EMBED_COLOR | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue