This commit is contained in:
bobloy 2020-12-02 17:10:30 -05:00
parent 610310ed62
commit 81dab81eb2

View File

@ -62,6 +62,7 @@ def format_text(text):
# return ctx.clean_prefix # return ctx.clean_prefix
if s == "[botname]": if s == "[botname]":
return "Red" return "Red"
# We shouldn't get here: # We shouldn't get here:
return s return s