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

Commit 6c82eda

Browse files
committed
fix(botversion): remove bot version
1 parent dc96d96 commit 6c82eda

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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.6](https://github.com/EazyAutodelete/misc-commands/compare/v1.2.5...v1.2.6) (2022-12-18)
66

7-
87
### Bug Fixes
98

10-
* **info:** good stats now ([6244389](https://github.com/EazyAutodelete/misc-commands/commit/62443899a128984764a6ffb9fe4679cc1685f217))
9+
- **info:** good stats now ([6244389](https://github.com/EazyAutodelete/misc-commands/commit/62443899a128984764a6ffb9fe4679cc1685f217))
1110

1211
### [1.2.5](https://github.com/EazyAutodelete/misc-commands/compare/v1.2.4...v1.2.5) (2022-12-18)
1312

src/commands/info.ts

-5
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ class InfoCommand extends Command {
9292
`\`\`\``,
9393
inline: false,
9494
},
95-
{
96-
name: ":page_facing_up: Bot Version",
97-
value: `\`\`\`v${process.argv.find(x => x.startsWith("--botversion"))?.split("_")?.[1]}\`\`\``,
98-
inline: true,
99-
},
10095
{
10196
name: "<:nodejs:1026099632390017154> Node Version",
10297
value: "```" + process.version + "```",

0 commit comments

Comments
 (0)