Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/coopw1/BrainzBot
Browse files Browse the repository at this point in the history
  • Loading branch information
coopw1 committed Jan 9, 2024
2 parents efeaabf + 1fc77ae commit aebf90c
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 21 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: [coopw1] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
82 changes: 64 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"license": "ISC",
"dependencies": {
"@napi-rs/canvas": "^0.1.44",
"axios": "^1.6.3",
"axios": "^1.6.5",
"canvas": "^2.11.2",
"canvg": "^4.0.1",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"jsdom": "^23.1.0",
"jsdom": "^23.2.0",
"mongoose": "^8.0.3",
"sharp": "^0.33.1"
},
Expand Down

0 comments on commit aebf90c

Please sign in to comment.