We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abd946 commit ed548d0Copy full SHA for ed548d0
plugins/voting/commands.py
@@ -49,7 +49,8 @@ async def _list(self, interaction: discord.Interaction):
49
@app_commands.rename(_server='server')
50
@utils.app_has_role('DCS')
51
async def create(self, interaction: discord.Interaction,
52
- _server: app_commands.Transform[Server, utils.ServerTransformer(status=[Status.RUNNING])],
+ _server: app_commands.Transform[Server, utils.ServerTransformer(
53
+ status=[Status.RUNNING, Status.PAUSED])],
54
what: Literal['Restart', 'Mission Change', 'Weather Change']):
55
config = self.get_config(_server)
56
# Users with either the "creator" role or "DCS Admin" can use this command
0 commit comments