You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(timeSinceLastBump<300000){// this might seem generous, but in reality when you factor in the discord delay, even if you react instantaneously on your screen you can still be too slow
89
+
if(timeSinceLastBump<300000){
90
+
// this might seem generous, but in reality when you factor in the discord delay, even if you react instantaneously on your screen you can still be too slow
90
91
message.channel.send(
91
92
`⚡⚡⚡ ${fakeMention(interactionOld.user)} bumped in just **${timeSinceLastBump/1000}s**!`,
0 commit comments