From a0836211d46ca5d1af64f64765686c1d9a873cc0 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Mon, 5 Jul 2021 00:03:39 -0600 Subject: [PATCH] Added rcdot --- jarvis/cogs/util.py | 13 ------------- jarvis/data/robotcamo.py | 2 ++ 2 files changed, 2 insertions(+), 13 deletions(-) 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", }