@@ -30,7 +30,6 @@ class BotInfo extends Command {
3030 { name : 'Uptime' , value : botuptime , inline : true } ,
3131 { name : 'Ping' , value : Math . floor ( this . client . ws . ping ) . toLocaleString ( ) , inline : true } ,
3232 { name : 'Guilds' , value : this . client . guilds . cache . size . toLocaleString ( ) , inline : true } ,
33- { name : 'Commands Used' , value : db . get ( 'global.commands' ) . toLocaleString ( ) , inline : false } ,
3433 { name : 'Discord.js' , value : version , inline : true } ,
3534 { name : 'Node' , value : process . version , inline : true } ,
3635 {
@@ -41,6 +40,7 @@ class BotInfo extends Command {
4140 { name : 'Bot Version' , value : botVersion , inline : true } ,
4241 { name : 'Invite' , value : '[cisn.xyz/mythical](https://cisn.xyz/mythical)' , inline : true } ,
4342 { name : 'Source Code' , value : '[Source Code](https://github.com/TheMonDon/Mythical-Bot)' , inline : true } ,
43+ { name : 'Commands Used' , value : db . get ( 'global.commands' ) . toLocaleString ( ) , inline : false } ,
4444 ] ) ;
4545
4646 return msg . channel . send ( { embeds : [ embed ] } ) ;
0 commit comments