qwtf_discord_bot 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de588095729dbddb3bc9c5c3be964541912ae614826f536f78f7c8470a20c1fb
4
- data.tar.gz: 34ed997dd466fff69785b67f4327a1137d7f4259b5eab848686b9bf9065c45cb
3
+ metadata.gz: 6ba96254cc28ceadd0b9874632b15808034d798e57f5e737e1b4f5e32fe35075
4
+ data.tar.gz: cea4d4376e254c67fe280097e440e1991e9f08f627305ed8cd770355ca2bf67a
5
5
  SHA512:
6
- metadata.gz: 9931074620e008b8426dbfa34eda373fd87d3b081c35223ff73183ff51a4275db55159fcc2c407868e1d9e1ba78f4da94734f957044b0dc2ce790da146136c13
7
- data.tar.gz: 5daeca1b9d9c2cead08b9c3d4eda89ec719928feae4d17cb13827151718e2fd00ac9977003c253c9f51941baad41c48e18fcd879789a19009cc9a421a66f15d6
6
+ metadata.gz: 06afd5a52438eba557524c6d747da5bd34c8f3a03d644e297796a6272408cbbea6f1ceda23d9d4c8894870af98757c28ce3407f6245d0a274d7d267851770c24
7
+ data.tar.gz: 83642076d836259ec4bd96538f5abc39bd308dd5ce915a9aa1b16e579cad9f3219eac16ac4f50adda2fbeaa0f72a3709c7bf5584c845acb20344b910e225c2b7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qwtf_discord_bot (2.2.0)
4
+ qwtf_discord_bot (2.2.1)
5
5
  discordrb (~> 3.3)
6
6
  thor (~> 0.20)
7
7
 
@@ -44,6 +44,8 @@ class QwtfDiscordBotServer < QwtfDiscordBot
44
44
  event.channel.send_message(message)
45
45
  end
46
46
  end
47
+
48
+ return nil
47
49
  end
48
50
 
49
51
  bot.command :active do |event|
@@ -1,3 +1,3 @@
1
1
  class QwtfDiscordBot
2
- VERSION = '2.2.0'.freeze
2
+ VERSION = '2.2.1'.freeze
3
3
  end
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: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Johnson