Added rcdot
This commit is contained in:
parent
09744a7493
commit
a0836211d4
2 changed files with 2 additions and 13 deletions
|
@ -71,19 +71,6 @@ class UtilCog(commands.Cog):
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
async def _rcauto(self, ctx: SlashContext, text: str):
|
async def _rcauto(self, ctx: SlashContext, text: str):
|
||||||
lookup = {
|
|
||||||
"-": ":rcDash:",
|
|
||||||
"(": ":rcPL:",
|
|
||||||
")": ":rc:",
|
|
||||||
"$": ":rcDS:",
|
|
||||||
"@": ":rcAt:",
|
|
||||||
"!": ":rcEx:",
|
|
||||||
"?": ":rcQm:",
|
|
||||||
"^": ":rcThis:",
|
|
||||||
"'": ":rcApost:",
|
|
||||||
"#": ":rcHash:",
|
|
||||||
".": ":rcDot:",
|
|
||||||
}
|
|
||||||
to_send = ""
|
to_send = ""
|
||||||
for letter in text.upper():
|
for letter in text.upper():
|
||||||
if letter == " ":
|
if letter == " ":
|
||||||
|
|
|
@ -45,6 +45,7 @@ emotes = {
|
||||||
")": 860663537671995412,
|
")": 860663537671995412,
|
||||||
"?": 860663578343505930,
|
"?": 860663578343505930,
|
||||||
"'": 861486469914296360,
|
"'": 861486469914296360,
|
||||||
|
".": 861487316979679263,
|
||||||
}
|
}
|
||||||
|
|
||||||
names = {
|
names = {
|
||||||
|
@ -94,4 +95,5 @@ names = {
|
||||||
860663537671995412: "rc",
|
860663537671995412: "rc",
|
||||||
860663578343505930: "rcQm",
|
860663578343505930: "rcQm",
|
||||||
861486469914296360: "rcApost",
|
861486469914296360: "rcApost",
|
||||||
|
861487316979679263: "rcDot",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue