Skip to content

Commit

Permalink
fuck 3
Browse files Browse the repository at this point in the history
  • Loading branch information
UsrBinLuna committed Dec 24, 2024
1 parent 2073ca6 commit eee7a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/android/codename.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {

uniqueDevices.forEach(item => {
if (counter < 25) {
embed.addFields({ name: item.name, value: item.device });
embed.addFields({ name: item.name, value: item.device, inline: true });
counter++;
}
});
Expand Down

0 comments on commit eee7a13

Please sign in to comment.