Skip to content

Commit 11414f0

Browse files
Merge pull request #59 from OperationCode/change_env_channels
Change env channels
2 parents c16d720 + 0cae144 commit 11414f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pybot/endpoints/slack/actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from slack.actions import Action
77

88
from pybot.endpoints.slack.utils.action_messages import *
9-
from pybot.endpoints.slack.utils import COMMUNITY_CHANNEL
9+
from pybot.endpoints.slack.utils import COMMUNITY_CHANNEL, TICKET_CHANNEL
1010

1111
logger = logging.getLogger(__name__)
1212

@@ -48,7 +48,7 @@ async def open_ticket(action: Action, app: SirBot):
4848
"""
4949
attachments = ticket_attachments(action)
5050
response = {
51-
'channel': MODERATOR_CHANNEL,
51+
'channel': TICKET_CHANNEL,
5252
'attachments': attachments,
5353
'text': 'New Ticket Submission',
5454
}

0 commit comments

Comments
 (0)