Skip to content

Commit

Permalink
fix: bad syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Sep 19, 2018
1 parent 8b1ba26 commit 17b6a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Ondemand/Mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ModEmbed extends BaseEmbed {
this.title = modData.name;
this.color = 0xC0C0C0;
this.description = `Mod result for ${query}`;
this.url = `https://warfarme.wikia.com/wiki/${modData.name.replace(/\s/ig, '_'}`;
this.url = `https://warfarme.wikia.com/wiki/${modData.name.replace(/\s/ig, '_')}`;
this.image = {
url: `https://cdn.warframestat.us/img/${modData.imageName}`,
};
Expand Down

0 comments on commit 17b6a14

Please sign in to comment.