mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
cleanup ws ratelimiting, and apirequest (#957)
* cleanup ws ratelimiting, and apirequest * cleanup timestamps * clean up timestamps
This commit is contained in:
@@ -102,7 +102,7 @@ class Webhook {
|
||||
* 'color': '#F0F',
|
||||
* 'footer_icon': 'http://snek.s3.amazonaws.com/topSnek.png',
|
||||
* 'footer': 'Powered by sneks',
|
||||
* 'ts': new Date().getTime() / 1000
|
||||
* 'ts': Date.now() / 1000
|
||||
* }]
|
||||
* }).catch(console.error);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user