mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Added the framework for the 'game battle --> item' command, fixed the 'buy' command, changed the currency symbol, added the 'game equip' command, added extra fields to the 'items --> wepaons category
This commit is contained in:
@@ -9,9 +9,9 @@ module.exports = {
|
||||
//.setDescription('My professional resume')
|
||||
.setImage('https://github.com/ION606/selmerBot/blob/main/Sleemer_Bringsjorgend.png?raw=true')
|
||||
.addFields(
|
||||
{name: 'My Epithets:', value: "Pearls of Wisdom"},
|
||||
{name: '\t1. ', value: "Negative money is the best money"},
|
||||
{name: '\t2. ', value: "There is no god, only logic"}
|
||||
{name: 'My Epithets:', value: "~~Pearls of Wisdom~~"},
|
||||
{name: '\t__Epithet 1__', value: "_Negative money is the best money_"},
|
||||
{name: '\t__Epithet 2__', value: "_There is no god, only logic_"}
|
||||
);
|
||||
|
||||
message.channel.send({ embeds: [newEmbed] });
|
||||
|
||||
Reference in New Issue
Block a user