mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
bruh
This commit is contained in:
parent
a21048ca08
commit
94a6e5fc0f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ async function tictactoe(interaction, options = {}) {
|
||||||
|
|
||||||
const collector = m.createMessageComponentCollector({
|
const collector = m.createMessageComponentCollector({
|
||||||
componentType: ComponentType.Button,
|
componentType: ComponentType.Button,
|
||||||
time: (5 * 1000),
|
time: (30 * 1000),
|
||||||
});
|
});
|
||||||
collector.on("collect", async button => {
|
collector.on("collect", async button => {
|
||||||
if (button.user.id !== opponent.id)
|
if (button.user.id !== opponent.id)
|
||||||
|
|
Loading…
Reference in a new issue