Skip to content

Commit

Permalink
chore: fix readme logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Mar 7, 2024
1 parent 6e4270c commit 5153a76
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 65 deletions.
1 change: 1 addition & 0 deletions .github/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<br />
<p>
<a href="https://discord.com/api/oauth2/authorize?client_id=702116355842768927&permissions=470150208&scope=applications.commands%20bot"><img src="https://media.discordapp.net/attachments/800010867685064715/854782206304190464/GASlogo.png" alt="G.A.S Bot" width="128"/></a>
<a href="https://discord.com/api/oauth2/authorize?client_id=702116355842768927&permissions=470150208&scope=applications.commands%20bot"><img src="https://raw.githubusercontent.com/h-projects/gasbot/main/.github/logo.svg" alt="G.A.S Bot" width="128"/></a>
</p>
<p>
<a href="https://discord.gg/z2QsKF7ZJ6"><img src="https://img.shields.io/discord/720009823458033705?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"env:encrypt": "dotenvx encrypt",
"env:decrypt": "dotenvx decrypt",
"dev": "tsx watch --env-file=.env src/index.ts",
"test": "pnpm run lint && pnpm run typecheck && pnpm run check",
"test": "pnpm run \"/^check$|^lint$|^typecheck$/\"",
"postinstall": "prisma generate",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"check": "biome format .",
"format": "biome format --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
Expand All @@ -44,8 +44,8 @@
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@dotenvx/dotenvx": "^0.24.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand Down
118 changes: 59 additions & 59 deletions pnpm-lock.yaml

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

0 comments on commit 5153a76

Please sign in to comment.