Tearzz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
TwitchBot.rb
|
@ -1,3 +1,5 @@ |
|
|
|
|
|
# This is a simple test to see if the commit worked. |
|
|
|
|
|
|
|
|
# Message formatting in console |
|
|
# Message formatting in console |
|
|
class String |
|
|
class String |
|
|
def red; "\e[31m#{self}\e[0m" end |
|
|
def red; "\e[31m#{self}\e[0m" end |
|
|