Skip to content

Commit

Permalink
minor patreon
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Jul 20, 2023
1 parent db24f9d commit c27ffec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/commandList/admin/customPet.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function msgUsers(p) {
try {
let result = await msgUser(p, args[0]);
if (result) {
success += `\`${this.getUniqueName(result.user)}\`\n`;
success += `\`${p.getUniqueName(result.user)}\`\n`;
} else {
failed += `\`failed for [${args.join(', ')}]\`\n`;
}
Expand Down
2 changes: 1 addition & 1 deletion src/commands/commandList/patreon/alterGive.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function lexx(p, info) {

function rhine(p, info) {
const smile = '<a:smile:1078625522839457924>';
const blossom = '<a:blossom2:1078625520419348481>';
const blossom = '<a:rhn_cherrytree:1124358034848743555>';
const thanks = '<a:thank:1078625521778298901>';
let embed;
if (info.receiver) {
Expand Down

0 comments on commit c27ffec

Please sign in to comment.