Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Øystein Kristoffer Tveit
WikiMathBot
Commits
16eb3993
Commit
16eb3993
authored
Mar 26, 2021
by
Øystein Kristoffer Tveit
💻
Browse files
Remove help command
parent
24036ac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Bot/BotCommands.fs
View file @
16eb3993
...
...
@@ -26,20 +26,3 @@ module BotCommands =
|
true
->
ctx
.
RespondAsync
"This is now my channel :)"
|>
ignore
|
false
->
ctx
.
RespondAsync
"This is now your channel (:"
|>
ignore
}
|>
Async
.
StartAsTask
:>
Task
[<
Command
(
"help"
)>]
member
public
self
.
help
(
ctx
:
CommandContext
)
=
async
{
ctx
.
RespondAsync
"""
Hello! This is the WikiMathBot
Here are some commands you can use:
!echo <something> - Test whether I'm awake or not
!help - Display this message
!hi - Same as !echo
!toggle - Toggle my notifications in this channel
"""
|>
ignore
}
|>
Async
.
StartAsTask
:>
Task
\ No newline at end of file
Write
Preview
Supports
Markdown
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