lita-discord_oauth 0.1.2.alpha.52 → 0.1.2.alpha.53
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lita/handlers/discord_help.rb +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a59524381895ca3a37a9f747604ca24d9a1699ca
|
4
|
+
data.tar.gz: 01ac95d5b82a293fae34d2ed0eab6c94a3cab3a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 956327e34d53ca81c890eebd7fa95b4d932a831c087a763f3d83a32a868c4f3c3ca5d773a3c3a1b81f097820328b5b69b5ab9fc281a8088599449439a497cc54
|
7
|
+
data.tar.gz: f7d435450763083c4c8ef0530481bf31786fed4594902ec8adca1d878011fc8c910ee988f0b62dc62e42f40503fdb3db6fd120045afc15e839650e5ff565b5f7
|
@@ -14,7 +14,10 @@ module Lita
|
|
14
14
|
def help(response)
|
15
15
|
output = build_help(response)
|
16
16
|
output = filter_help(output, response)
|
17
|
-
|
17
|
+
|
18
|
+
output = "```\n" + output.join("\n") + "\n```"
|
19
|
+
|
20
|
+
response.reply_privately(output)
|
18
21
|
end
|
19
22
|
|
20
23
|
private
|