Skip to content

Commit

Permalink
deleted not used code
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Dec 27, 2024
1 parent 34e6a33 commit 9263536
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 38 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 0.19.3
### Bugfixes
- Deleted not used code

## 0.19.2
### Bugfixes
- Fixed creation of duty for other users.
Expand Down
33 changes: 0 additions & 33 deletions bot/commands/duty_update.rb

This file was deleted.

7 changes: 3 additions & 4 deletions bot/commands/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ def self.generate_help_text
WhoIsOnDuty,
Checked,
DutyCreate,
DutyDelete,
DutySyncWithOpsgenieSchedule,
DutySetOpsgenieEscalation,
ChannelReminder,
ChannelAutoAnswer,
ChannelTagReporterInThread,
ChannelLabelsStatistic,
ChannelLabelsList,
ChannelLabelsMerge,
DutyUpdate,
DutyDelete,
DutySyncWithOpsgenieSchedule,
DutySetOpsgenieEscalation,
AnswerSetCustomText,
AnswerDeleteCustomText,
AnswerEnableHideReason,
Expand Down
1 change: 0 additions & 1 deletion bot/commands/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
require_relative 'duty_delete'
require_relative 'duty_set_opsgenie_escalation'
require_relative 'duty_sync_with_opsgenie_schedule'
require_relative 'duty_update'
require_relative 'help'
require_relative 'i_am_on_duty'
require_relative 'my_status'
Expand Down

0 comments on commit 9263536

Please sign in to comment.