qwtf_discord_bot 5.5.6 → 5.5.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b23056513d2164179b74059da9679cad97749b7b541a72c3cfc5dd5f4cf7f8e
4
- data.tar.gz: cdea90ab6a7539a83aa4cb80a8c3766d0931c78ece2d197905b351b53b0a3540
3
+ metadata.gz: 0a8c6eefd8588a9acd888fb745e2237883b750360db00b7bf5bc729eb9b548dd
4
+ data.tar.gz: 18e9d938af51b6131335adf47a94a2f1fa2ed59cba783f958351388163c970a7
5
5
  SHA512:
6
- metadata.gz: 0ae5e3ab1a227bfe61805e53ffdcdb5ceeb90b541eb693a7bb17f45cf510185a0efc004f3f8b6aabc11192aaf413ed5e0510d1720992efcf62d456baeda00169
7
- data.tar.gz: 9c012e37ca4c35697513e5ff082d7ab5d6060b05280f9daa01e8aa156848a8cebb3594130e86b1fc3bfcdf148096c3c39ea024b1f01461e6d034aa618a79fb3f
6
+ metadata.gz: 4c530cc4676e80e3d75806e542192f3711f5eebd59255a59207243bf6e3a5903b83359f4139ebb99d26b46cbbc53a822fdd92108b45020e307d420a0b1532be0
7
+ data.tar.gz: 9dd8e00b8ab94b3215e73688908ec75bdac1aca71e71b5380e65b46a3833b317b8f632964f2f013de851a52af9f5bf3c5955bd606b539c702f0c72d96fa61854
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.5.6
1
+ 5.5.7
@@ -17,7 +17,7 @@ class QwtfDiscordBotDashboard
17
17
  end
18
18
  )
19
19
 
20
- bot.run(true)
20
+ bot.run(true) && sleep(5)
21
21
 
22
22
  @dashboards ||= QwtfDiscordBot.config.dashboards.map do |dashboard_config|
23
23
  Dashboard.new(dashboard_config, bot)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qwtf_discord_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.6
4
+ version: 5.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Johnson