Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ash
Discord Bot
Commits
fac888ea
Unverified
Commit
fac888ea
authored
Feb 01, 2020
by
tec
Browse files
Add a bit of information to logreact
parent
2c97b924
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.rs
View file @
fac888ea
...
...
@@ -66,7 +66,8 @@ impl EventHandler for Handler {
e!
(
"Error deleting logreact prompt: {:?}"
,
msg
.delete
(
&
ctx
));
e!
(
"Error sending message {:?}"
,
msg
.channel_id
.say
(
&
ctx
.http
,
"React to this to log the ID"
)
msg
.channel_id
.say
(
&
ctx
.http
,
"React to this to log the ID (for the next 5min)"
)
)
}
"help"
=>
{
...
...
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