Skip to content

Commit

Permalink
github api request fixed
Browse files Browse the repository at this point in the history
v1.1.5
  • Loading branch information
Jisagi committed Dec 26, 2018
1 parent 06649f2 commit c31c78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To get the id of a guild open your client settings -> Appearance and then enable
- Some guilds have VIP regions which cannot be used by normal guilds. Therefore if you copy such a guild the region will be set to us-central.

## Why using v12.0-dev and not the stable release
This was developed when 11.2.1 was the latest version which wasn't able to provide all needed features (e.g. categories, permsissions) to clone a whole guild. A port/rewrite to 11.3.X (or any version <12.0) and then to 12.0 again would just be unnecessary busywork.
This was developed when 11.2.1 was the latest version which wasn't able to provide all needed features (e.g. categories, permissions) to clone a whole guild. A port/rewrite to 11.3.X (or any version <12.0) and then to 12.0 again would just be unnecessary busywork.
I will probably switch to the stable release as soon as 12.0 is stable.

I try to check new commits for changes which might break something but if I miss one, feel free to remind me ;D
Expand Down
2 changes: 1 addition & 1 deletion objects/versioncontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class VersionControl {
return new Promise((resolve, reject) => {
let opt = {
url: link,
//headers: { 'User-Agent': 'request' },
headers: { 'User-Agent': 'request' },
};
request(opt, (err, res, body) => {
if (err) return reject(err);
Expand Down

0 comments on commit c31c78b

Please sign in to comment.