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
UCC
Discord Bot
Commits
053be667
Unverified
Commit
053be667
authored
Mar 27, 2020
by
tec
Browse files
Ooops2, forgot to add !clear command
parent
345e8711
Pipeline
#195
failed with stages
in 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
state.db
→
blank_
state.db
LFS
View file @
053be667
File moved
src/main.rs
View file @
053be667
...
...
@@ -60,6 +60,7 @@ impl EventHandler for Handler {
"verify"
=>
user_management
::
Commands
::
verify
(
ctx
,
msg
.clone
(),
content
),
"profile"
=>
user_management
::
Commands
::
profile
(
ctx
,
msg
.clone
(),
content
),
"set"
=>
user_management
::
Commands
::
set_info
(
ctx
,
msg
.clone
(),
content
),
"clear"
=>
user_management
::
Commands
::
clear_info
(
ctx
,
msg
.clone
(),
content
),
"move"
=>
voting
::
Commands
::
move_something
(
ctx
,
msg
.clone
(),
content
),
"motion"
=>
voting
::
Commands
::
motion
(
ctx
,
msg
.clone
(),
content
),
"poll"
=>
voting
::
Commands
::
poll
(
ctx
,
msg
.clone
(),
content
),
...
...
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