From 09b934ee372f99cf9a6ca5ec54d1b66f9bf5e461 Mon Sep 17 00:00:00 2001 From: Julian Marcos Date: Sat, 2 Sep 2023 22:35:08 +0200 Subject: [PATCH] tilde: Remove junk CTR variable This commit removes a junk CTR variable. --- plugins/tilde.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/tilde.py b/plugins/tilde.py index 6a06139..6589b80 100644 --- a/plugins/tilde.py +++ b/plugins/tilde.py @@ -5,7 +5,6 @@ import util.tilde import subprocess from random import randint from decimal import Decimal,ROUND_DOWN,ROUND_UP -CTR = {} @pinhook.plugin.command('&tildescore', help_text='See how many tildes you have with ju.') @pinhook.plugin.command('&ts', help_text='Alias -- &tildescore')