Commands split up into single files and included first methods
This commit is contained in:
parent
5c2ff27656
commit
ef19e6659e
9 changed files with 93 additions and 29 deletions
|
|
@ -10,6 +10,8 @@ class SummonerLevel(APICommands.Command.Command, ABC):
|
|||
keywords = ["level", "Level", "lvl"]
|
||||
|
||||
def __init__(self, pref, api: riotwatcher.LolWatcher, additionalKeywords: list):
|
||||
if additionalKeywords is None:
|
||||
additionalKeywords = []
|
||||
super().__init__(pref, api, additionalKeywords)
|
||||
|
||||
async def execute(self, message: discord.Message):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue