Skip to content

Commit e54b48b

Browse files
committed
Change botinfo embed order
1 parent b58b97c commit e54b48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/General/bot-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)