Skip to content

Commit

Permalink
Moved huntbot username to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Jun 24, 2023
1 parent 685bb6b commit 5f364f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/commands/commandList/admin/echo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ module.exports = new CommandInterface({
let message = this.args.splice(1).join(' ').trim();

if (!channelId) {
this.errorMsg(', please include a channel id', 3000);
return this.errorMsg(', please include a channel id', 3000);
}

if (!message) {
this.errorMsg(', please include a message', 3000);
return this.errorMsg(', please include a message', 3000);
}

let embed;
Expand Down
4 changes: 2 additions & 2 deletions src/commands/commandList/zoo/autohunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,11 @@ async function display(p, msg, con) {
url: p.global.getEmojiURL(bot),
},
footer: {
text: `Rank #${p.global.toFancyNum(rank)}`,
text: `Rank #${p.global.toFancyNum(rank)}${p.getUniqueName(msg.author)}`,
},
fields: [
{
name: `\`BEEP. BOOP. HELLO ${p.msg.author.id}. I AM HUNTBOT. I WILL HUNT FOR YOU MASTER.\``,
name: `\`BEEP. BOOP. I AM HUNTBOT. I WILL HUNT FOR YOU MASTER.\``,
value:
'Use the command `owo autohunt {cowoncy}` to get started.\nYou can use `owo upgrade {trait} {count}` to upgrade the traits below.\nTo obtain more essence, use `owo sacrifice {animal} {count}`.\n\n',
inline: false,
Expand Down

0 comments on commit 5f364f5

Please sign in to comment.