changed logFile to md and fixed no name in commands

This commit is contained in:
s-prechtl 2022-03-21 02:37:07 +01:00
parent 169599dff5
commit 6ddb040f89
8 changed files with 13 additions and 6 deletions

View file

@ -8,6 +8,7 @@ from APICommands.Command import getSummonerNameFromMessage
class SummonerLevel(APICommands.Command.Command, ABC):
commandName = "Summoner level"
keywords = ["level", "Level", "lvl"]
def __init__(self, pref, api: riotwatcher.LolWatcher, region: str, additionalKeywords: list):