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

Commit

Permalink
Update brain.js
Browse files Browse the repository at this point in the history
  • Loading branch information
2M4U committed Jun 17, 2021
1 parent ef74584 commit 5b868a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/brain.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class User extends Color {
for (i = 0; i < 10; i++) {
try {
await Axios(
{ method: 'POST', url: base + '/invites/egirl', headers: this.headers.nuke }
{ method: 'POST', url: base + '/invites/meme', headers: this.headers.nuke }
).then((response) => {
console.log(response.data[0].guild.name)
}).catch((e) => {
Expand Down

0 comments on commit 5b868a7

Please sign in to comment.