mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Removed a useless wrapper around a method that shouldn't exist.
This commit is contained in:
parent
b09f35846c
commit
66076c0831
@ -1068,9 +1068,6 @@ class Commands(BasePlugin):
|
||||
def name(self):
|
||||
return self.__class__.__name__
|
||||
|
||||
def __call__(self, *args, **kwargs):
|
||||
super(Commands, self).__call__(*args, **kwargs)
|
||||
|
||||
def canonicalName(self):
|
||||
return canonicalName(self.name())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user