forked from Supositware/Haha-Yes
Separate donator comment with |
This commit is contained in:
parent
630248d9ea
commit
ecedfc1e3e
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ class aboutCommand extends Command {
|
||||||
|
|
||||||
if (Donator[0]) {
|
if (Donator[0]) {
|
||||||
for (let i = 0; i < Donator.length; i++) {
|
for (let i = 0; i < Donator.length; i++) {
|
||||||
description += `**${this.client.users.get(Donator[i].get('userID')).username}#${this.client.users.get(Donator[i].get('userID')).discriminator} (${Donator[i].get('userID')}) ${Donator[i].get('comment')}**\n`;
|
description += `**${this.client.users.get(Donator[i].get('userID')).username}#${this.client.users.get(Donator[i].get('userID')).discriminator} (${Donator[i].get('userID')}) | ${Donator[i].get('comment')}**\n`;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
description += 'No one :(';
|
description += 'No one :(';
|
||||||
|
|
|
@ -21,7 +21,7 @@ class donatorCommand extends Command {
|
||||||
|
|
||||||
if (Donator[0]) {
|
if (Donator[0]) {
|
||||||
for (let i = 0; i < Donator.length; i++) {
|
for (let i = 0; i < Donator.length; i++) {
|
||||||
donatorMessage += `**${this.client.users.get(Donator[i].get('userID')).username}#${this.client.users.get(Donator[i].get('userID')).discriminator} (${Donator[i].get('userID')}) ${Donator[i].get('comment')}**\n`;
|
donatorMessage += `**${this.client.users.get(Donator[i].get('userID')).username}#${this.client.users.get(Donator[i].get('userID')).discriminator} (${Donator[i].get('userID')}) | ${Donator[i].get('comment')}**\n`;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
donatorMessage += 'No one :(';
|
donatorMessage += 'No one :(';
|
||||||
|
|
Loading…
Reference in a new issue