From 7026aa63c8723d93cdf5bcfa9a5b537923039a44 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 20 Aug 2023 04:13:56 +0300 Subject: [PATCH] corgi -> klenny --- files/helpers/config/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 91ec211e9a..ea9eb3132f 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -245,6 +245,7 @@ if SITE_NAME == 'rDrama': 'hello': 'hecko', 'ryan gosling': 'literally me', 'howdy': 'meowdy', + 'corgi': 'klenny', } SLURS.update(RDRAMA_SLURS)