Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
db8e3a20
Commit
db8e3a20
authored
Mar 12, 2017
by
lichtscheu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format code
parent
aefba24c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
Command.php
src/Commands/Command.php
+4
-4
HelpCommand.php
src/Commands/UserCommands/HelpCommand.php
+0
-1
No files found.
src/Commands/Command.php
View file @
db8e3a20
src/Commands/UserCommands/HelpCommand.php
View file @
db8e3a20
...
...
@@ -78,7 +78,6 @@ class HelpCommand extends UserCommand
$command
->
getName
(),
$command
->
getDescription
()
);
}
$text
.=
PHP_EOL
.
'For exact command help type: /help <command>'
;
...
...
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