Random Z in code.
This commit is contained in:
parent
46962af90f
commit
9f591445fc
2
index.js
2
index.js
|
@ -798,7 +798,7 @@ client.on("interactionCreate", async interaction => {
|
||||||
interaction.reply({
|
interaction.reply({
|
||||||
content: "Word scramble started.",
|
content: "Word scramble started.",
|
||||||
ephemeral: true
|
ephemeral: true
|
||||||
z})
|
})
|
||||||
// Set a timer for 30 seconds, if the word isn't guessed by then, delete the wordScrambles object
|
// Set a timer for 30 seconds, if the word isn't guessed by then, delete the wordScrambles object
|
||||||
wordScrambles[interaction.channel.id].timer = setTimeout(() => {
|
wordScrambles[interaction.channel.id].timer = setTimeout(() => {
|
||||||
interaction.channel.send({
|
interaction.channel.send({
|
||||||
|
|
Loading…
Reference in a new issue