qwtf_discord_bot 5.5.3 → 5.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/pug.rb +6 -0
- data/lib/qwtf_discord_bot/qwtf_discord_bot_pug.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f9b7c8e269139913d517709124256e56fef428f17382c6c58d6e7e5f76887fb
|
4
|
+
data.tar.gz: 92d1b89d60184d7dfa68de5419db9c59dc338298ef4092819e4bc34a27f99021
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90aead5b21fa970eac664c9be433eabfa584e3c2335b2fa0508308c11ac83fb3e765ac353b10ed52896078f3f560c7cb9ac2aaa6b054d9c9d43f53615213d97f
|
7
|
+
data.tar.gz: '0589136e79e9f98db93c1b069d5551cef7f2588fb252e9ddb00c0b99fbe4e992442d7a192bc4129a7da584dcfd7d649f19d19b9a8df036058f610659be1bfcd7'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.5.
|
1
|
+
5.5.4
|
data/lib/pug.rb
CHANGED
@@ -393,8 +393,10 @@ class QwtfDiscordBotPug # :nodoc:
|
|
393
393
|
}.to_json
|
394
394
|
).body
|
395
395
|
|
396
|
+
pug.unteam_all_players
|
397
|
+
|
396
398
|
send_embedded_message(
|
397
|
-
description: "#{TEAM_NAMES[winning_team_no]} wins game ##{id}. [Ratings](http://ratings.fortressone.org)",
|
399
|
+
description: "#{TEAM_NAMES[winning_team_no]} wins game ##{id}. `!choose` again. [Ratings](http://ratings.fortressone.org)",
|
398
400
|
channel: e.channel
|
399
401
|
)
|
400
402
|
end
|
@@ -444,8 +446,10 @@ class QwtfDiscordBotPug # :nodoc:
|
|
444
446
|
}.to_json
|
445
447
|
).body
|
446
448
|
|
449
|
+
pug.unteam_all_players
|
450
|
+
|
447
451
|
send_embedded_message(
|
448
|
-
description: "Match ##{id} drawn. [Ratings](http://ratings.fortressone.org)",
|
452
|
+
description: "Match ##{id} drawn. `!choose` again. [Ratings](http://ratings.fortressone.org)",
|
449
453
|
channel: e.channel
|
450
454
|
)
|
451
455
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qwtf_discord_bot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.5.
|
4
|
+
version: 5.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sheldon Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: discordrb
|