13.1.0 more ID values
This commit is contained in:
5 files changed
+28
-26
No files matched your search
+1
-1
@@ -100,7 +100,7 @@ module.exports = {
|
||||
itemEmbed.setTitle(`${User.tag.split('#')[0]}'s Wallet`);
|
||||
itemEmbed.addFields(
|
||||
{ name: '**Cash**', value: `$${item.cash.toFixed(2)}`, inline: true },
|
||||
{ name: '**ID**', value: ID, inline: true });
|
||||
{ name: '**ID**', value: ID, inline: false });
|
||||
|
||||
} else if (item.type == 'firearm') {
|
||||
// Display firearm
|
||||
|
||||
Reference in new issue
Block a user