Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

zxvnme/wyvern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license https://david-dm.org/zxvnme/wyvern Discord

wyvern

An useful League of Legends helper.

If you want to contribute, please check out the code style note.

Code style note.

  1. Strings
  • Events, cases and paths starts with one tick. ('example string')
  • All others starts with two ticks. ("example string")
  1. Other rules
  • Even though this is JavaScript, semicolons are required.
  • If statements with one line after it should be written in the same line.