This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Commit 6c82eda 1 parent dc96d96 commit 6c82eda Copy full SHA for 6c82eda
File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. See [standa
4
4
5
5
### [ 1.2.6] ( https://github.com/EazyAutodelete/misc-commands/compare/v1.2.5...v1.2.6 ) (2022-12-18)
6
6
7
-
8
7
### Bug Fixes
9
8
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 ) )
11
10
12
11
### [ 1.2.5] ( https://github.com/EazyAutodelete/misc-commands/compare/v1.2.4...v1.2.5 ) (2022-12-18)
13
12
Original file line number Diff line number Diff line change @@ -92,11 +92,6 @@ class InfoCommand extends Command {
92
92
`\`\`\`` ,
93
93
inline : false ,
94
94
} ,
95
- {
96
- name : ":page_facing_up: Bot Version" ,
97
- value : `\`\`\`v${ process . argv . find ( x => x . startsWith ( "--botversion" ) ) ?. split ( "_" ) ?. [ 1 ] } \`\`\`` ,
98
- inline : true ,
99
- } ,
100
95
{
101
96
name : "<:nodejs:1026099632390017154> Node Version" ,
102
97
value : "```" + process . version + "```" ,
You can’t perform that action at this time.
0 commit comments