Skip to content

Commit

Permalink
chore: Remove unused connection details in test/manager.ts and test/p…
Browse files Browse the repository at this point in the history
…layer.ts
  • Loading branch information
EvarinDev committed Jul 21, 2024
1 parent 08d4752 commit b810f18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions test/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ let client = new Manager({
port: 2333,
password: 'youshallnotpass',
},
{
host: "ether.lunarnodes.xyz",
port: 6969,
password: "lunarnodes.xyz",
}
],
clientId: "1234567890",
send(guild_id, payload) {
Expand Down
5 changes: 0 additions & 5 deletions test/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ let manager = new Manager({
port: 2333,
password: 'youshallnotpass',
},
{
host: "ether.lunarnodes.xyz",
port: 6969,
password: "lunarnodes.xyz",
}
],
clientId: "1234567890",
send(guild_id, payload) {
Expand Down

0 comments on commit b810f18

Please sign in to comment.