Skip to content

Commit

Permalink
add rgl link support (#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Oct 24, 2023
1 parent da44183 commit d62d3c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions standard/links/commons/links.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ local PREFIXES = {
patreon = {'https://www.patreon.com/'},
playlist = {''},
reddit = {'https://www.reddit.com/user/'},
rgl = {
'https://rgl.gg/Public/LeagueTable?s=',
team = 'https://rgl.gg/Public/Team?t=',
player = 'https://rgl.gg/Public/PlayerProfile?p=',
},
royaleapi = {'https://royaleapi.com/player/'},
rules = {''},
shift = {'https://www.shiftrle.gg/events/'},
Expand Down
1 change: 1 addition & 0 deletions standard/links/commons/links_priority_groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ return {
'matcherino',
'matcherinolink',
'nwc3l',
'rgl',
'royaleapi',
'siege-gg',
'sk',
Expand Down

0 comments on commit d62d3c6

Please sign in to comment.