changes
diff --git a/src/commands/user/about.ts b/src/commands/user/about.ts
index bdd73c4..b497359 100644
--- a/src/commands/user/about.ts
+++ b/src/commands/user/about.ts
@@ -209,7 +209,7 @@
})
let i
try {
- i = await m.awaitMessageComponent({time: 600000});
+ i = await m.awaitMessageComponent({time: 300000});
} catch { breakReason = "Message timed out"; break }
i.deferUpdate()
if (i.component.customId == "left") {
diff --git a/src/commands/user/track.ts b/src/commands/user/track.ts
index f96f718..eea0b7b 100644
--- a/src/commands/user/track.ts
+++ b/src/commands/user/track.ts
@@ -125,7 +125,7 @@
])})
let component;
try {
- component = await (m as Message).awaitMessageComponent({time: 2.5 * 60 * 1000});
+ component = await (m as Message).awaitMessageComponent({time: 300000});
} catch (e) {
return
}
@@ -177,4 +177,5 @@
export { command };
export { callback };
-export { check };
\ No newline at end of file
+export { check };
+