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

Commit

Permalink
Parse guild information and change guild interface
Browse files Browse the repository at this point in the history
fixes #14
  • Loading branch information
pikax committed Aug 26, 2018
1 parent 2b52063 commit fabebee
Show file tree
Hide file tree
Showing 12 changed files with 1,228 additions and 68 deletions.
3 changes: 3 additions & 0 deletions __tests__/__config__/map.ts
Expand Up @@ -18,6 +18,9 @@ const map: MapValue[] = [
{r: /mods\/\?page/, p: 'mods_last.html'},
{r: /g\/\d+\//, p: 'guild.html'},
{r: /api\/guilds\/\d+\//, p: 'units.json'},

{r: /g\/232\/requiem\//, p: 'requiem.html'},

];


Expand Down

0 comments on commit fabebee

Please sign in to comment.