Rename classes representing commands to <CommandName>Command

This commit is contained in:
Al Beano
2019-08-09 23:06:34 +01:00
parent 56840e0060
commit 88077782f3
28 changed files with 28 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ import modules.counters as count
import modules.userinfo as userinfo
from string import digits
class Stats:
class StatsCommand:
def __init__(self, *args):
self.stats(*args)