tangled
alpha
login
or
join now
alpine.girlfag.club
/
refbot
0
fork
atom
SpinShare Referee Bot
refbot.ellite.dev/overlay
0
fork
atom
overview
issues
13
pulls
pipelines
don't check for in progress matches when re-starting
alpinesystem
3 weeks ago
0f741fdb
6fdf3eae
-5
1 changed file
expand all
collapse all
unified
split
commands
utility
restart.js
-5
commands/utility/restart.js
···
64
64
return;
65
65
}
66
66
67
67
-
if (getMatchState()) {
68
68
-
await interaction.reply({ content: '❌ A match is already in progress!', flags: MessageFlags.Ephemeral });
69
69
-
return;
70
70
-
}
71
71
-
72
67
const matchId = interaction.options.getString('match');
73
68
const oldMatch = await MatchModel.findOne({ _id: matchId, 'meta.eventId': event._id, status: 'completed' });
74
69