From 08474da07774b3667e9591bb2ea5f23e2adb65eb Mon Sep 17 00:00:00 2001 From: Tearzz Date: Tue, 26 Jun 2018 23:59:09 +0200 Subject: [PATCH] Test commit for Discord webhook --- TwitchBot.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TwitchBot.rb b/TwitchBot.rb index 18bc094..c0368ce 100644 --- a/TwitchBot.rb +++ b/TwitchBot.rb @@ -1,3 +1,5 @@ +# This is a simple test to see if the commit worked. + # Message formatting in console class String def red; "\e[31m#{self}\e[0m" end