Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DCP project
DCPv4
Commits
e0ddd0e7
Commit
e0ddd0e7
authored
Apr 20, 2022
by
Elizabeth Myers
💬
Browse files
Minor fix
parent
8ed3408f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dcp/commands/message.py
dcp/commands/message.py
+1
-1
No files found.
dcp/commands/message.py
View file @
e0ddd0e7
...
...
@@ -149,7 +149,7 @@ class Message(Command):
group_id
=
storage_dst
.
id
,
message
=
message_data
.
get
(
'message'
,
None
),
embed
=
message_data
.
get
(
'embed'
,
None
),
action
=
message_data
.
get
(
'action'
,
None
)
action
=
message_data
.
get
(
'action'
,
None
)
,
msgtype
=
'message'
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment