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