Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel authored Nov 23, 2024
2 parents 2e05202 + b30a222 commit 9373763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fnbr",
"name": "@fnlb-project/fnbr",
"version": "4.1.0",
"description": "A library to interact with Epic Games' Fortnite HTTP and XMPP services",
"main": "dist/index.js",
Expand All @@ -18,15 +18,15 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/fnbrjs/fnbr.js.git"
"url": "git+https://github.com/Fortnite-LobbyBot/fnbr.js.git"
},
"author": "This Nils",
"contributors": [
"alextusinean <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fnbrjs/fnbr.js/issues"
"url": "https://github.com/Fortnite-LobbyBot/fnbr.js/issues"
},
"homepage": "https://fnbr.js.org",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/structures/party/PartyChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class PartyChat extends Base {
* @deprecated since chat is not done over xmpp anymore, this function will do nothing and will be removed in a future version
*/
// eslint-disable-next-line class-methods-use-this, @typescript-eslint/no-unused-vars
public async ban(member: string) {
public async ban() {
const deprecatedFn = deprecate(() => { }, deprecationNotOverXmppAnymore);

return deprecatedFn();
Expand Down

0 comments on commit 9373763

Please sign in to comment.