mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
[Utils] Added question() to chat_formatting (#365)
This commit is contained in:
parent
38323a6f4d
commit
621b57d0e4
@ -10,6 +10,10 @@ def info(text):
|
|||||||
return "\N{INFORMATION SOURCE} {}".format(text)
|
return "\N{INFORMATION SOURCE} {}".format(text)
|
||||||
|
|
||||||
|
|
||||||
|
def question(text):
|
||||||
|
return "\N{BLACK QUESTION MARK ORNAMENT} {}".format(text)
|
||||||
|
|
||||||
|
|
||||||
def bold(text):
|
def bold(text):
|
||||||
return "**{}**".format(text)
|
return "**{}**".format(text)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user