mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
_facedesk_
This commit is contained in:
parent
151b6f62f8
commit
4a9b74ab7a
2 changed files with 1 additions and 3 deletions
|
@ -82,8 +82,6 @@ class LeagueoflegendsCommand(Command):
|
|||
name = args.joined()
|
||||
|
||||
if name:
|
||||
# Create new LeagueOfLegends
|
||||
name = args.joined(require_at_least=2).split(" ", 1)[1]
|
||||
# Connect a new League of Legends account to Royalnet
|
||||
log.debug(f"Searching for: {name}")
|
||||
summoner = self._riotwatcher.summoner.by_name(region=self._region, summoner_name=name)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
semantic = "5.0a77"
|
||||
semantic = "5.0a78"
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(semantic)
|
||||
|
|
Loading…
Reference in a new issue