Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 8f13403

Browse files
committed
fix(info): fix some links
1 parent 9cf3c9c commit 8f13403

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### [1.2.9](https://github.com/EazyAutodelete/misc-commands/compare/v1.2.8...v1.2.9) (2022-12-18)
66

7-
87
### Bug Fixes
98

10-
* **info:** uptime at least 1 second ([e1624c1](https://github.com/EazyAutodelete/misc-commands/commit/e1624c1317c835e91df77584e581db06719a9213))
9+
- **info:** uptime at least 1 second ([e1624c1](https://github.com/EazyAutodelete/misc-commands/commit/e1624c1317c835e91df77584e581db06719a9213))
1110

1211
### [1.2.8](https://github.com/EazyAutodelete/misc-commands/compare/v1.2.7...v1.2.8) (2022-12-18)
1312

src/commands/info.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ class InfoCommand extends Command {
123123
inline: true,
124124
},
125125
{
126-
name: "Image Credits & Special Thanks",
126+
name: "Special Thanks to",
127127
value:
128-
"[Icons Server](https://discord.gg/aPvvhefmt3) | [Google Fonts](https://fonts.google.com/icons) | [Discord](https://discord.com/) | [Weblate](https://weblate.org/) | [Gitbook](https://gitbook.com/) | [Directus](https://directus.io/) | [Eris](https://abal.moe/Eris)",
128+
"[Weblate](https://weblate.org/) | [Gitbook](https://gitbook.com/) | [Directus](https://directus.io/) | [Eris](https://abal.moe/Eris) | [LaStrix](https://lastrix.de)",
129129
inline: false,
130130
},
131131
];

0 commit comments

Comments
 (0)