Fix for callers, and auto-clear them if there's no inactivity for 60 minutes
This commit is contained in:
@@ -309,6 +309,14 @@ class RaidbotController(BaseModule):
|
||||
else:
|
||||
return "You are not in the raid."
|
||||
|
||||
@command(command="raid",
|
||||
params=[Const("addpts")],
|
||||
description="Show Presets for adding points",
|
||||
access_level="leader",
|
||||
sub_command="manage")
|
||||
def points_presets_cmd(self, request, _):
|
||||
return ChatBlob("PTS Presets", self.preset_controller.build_preset_list)
|
||||
|
||||
@command(command="raid",
|
||||
params=[Const("addpts"), Any("name")],
|
||||
description="Add points to all active participants",
|
||||
|
||||
Reference in New Issue
Block a user