diff --git a/plugins/github.py b/plugins/github.py index f763d36..025dc72 100644 --- a/plugins/github.py +++ b/plugins/github.py @@ -6,7 +6,7 @@ shortcuts = {"cloudbot": "ClouDev/CloudBot"} def truncate(msg): - nmsg = msg.split(" ") + nmsg = msg.split() out = None x = 0 for i in nmsg: