mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 19:58:54 -05:00
[Utils] Fixed chat_formatting functions for mobile compatibility
This commit is contained in:
parent
399734a991
commit
372a8aaae4
@ -1,13 +1,13 @@
|
|||||||
def error(text):
|
def error(text):
|
||||||
return ":no_entry_sign: {}".format(text)
|
return "\N{NO ENTRY SIGN} {}".format(text)
|
||||||
|
|
||||||
|
|
||||||
def warning(text):
|
def warning(text):
|
||||||
return ":warning: {}".format(text)
|
return "\N{WARNING SIGN} {}".format(text)
|
||||||
|
|
||||||
|
|
||||||
def info(text):
|
def info(text):
|
||||||
return ":information_source: {}".format(text)
|
return "\N{INFORMATION SOURCE} {}".format(text)
|
||||||
|
|
||||||
|
|
||||||
def bold(text):
|
def bold(text):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user