diff --git a/jarvis/cogs/util.py b/jarvis/cogs/util.py index ddc7c7d..ece3ae7 100644 --- a/jarvis/cogs/util.py +++ b/jarvis/cogs/util.py @@ -71,19 +71,6 @@ class UtilCog(commands.Cog): ], ) async def _rcauto(self, ctx: SlashContext, text: str): - lookup = { - "-": ":rcDash:", - "(": ":rcPL:", - ")": ":rc:", - "$": ":rcDS:", - "@": ":rcAt:", - "!": ":rcEx:", - "?": ":rcQm:", - "^": ":rcThis:", - "'": ":rcApost:", - "#": ":rcHash:", - ".": ":rcDot:", - } to_send = "" for letter in text.upper(): if letter == " ": diff --git a/jarvis/data/robotcamo.py b/jarvis/data/robotcamo.py index dd67fee..701b14d 100644 --- a/jarvis/data/robotcamo.py +++ b/jarvis/data/robotcamo.py @@ -45,6 +45,7 @@ emotes = { ")": 860663537671995412, "?": 860663578343505930, "'": 861486469914296360, + ".": 861487316979679263, } names = { @@ -94,4 +95,5 @@ names = { 860663537671995412: "rc", 860663578343505930: "rcQm", 861486469914296360: "rcApost", + 861487316979679263: "rcDot", }