Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
Merge branch 'stable' of https://github.com/Assfugil/nickchanbot into…
Browse files Browse the repository at this point in the history
… stable
  • Loading branch information
asdfugil committed Feb 26, 2020
2 parents 613d2ae + 653fec7 commit 0de06fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .env.example
Expand Up @@ -22,4 +22,4 @@ ANILIST_TOKEN=
RANK_COMMAND_BACKGROUND_IMAGE=https://cdn.glitch.com/ae1bf1e9-34d2-43e8-af23-88db1cbe9616%2FF651A3C5-AC71-40DF-82AB-EF11EED52B0D.png?v=1581055051903
NPM_EMOJI_ID=665113243425177601
# Bot version
BOT_VERSION=Beta\ 1.0.0
BOT_VERSION=Beta\ 1.0.0
21 changes: 5 additions & 16 deletions commands/bio.js
@@ -1,21 +1,8 @@
const moment = require("moment");
const fetch = require("node-fetch");
const { Attachment, RichEmbed } = require("discord.js");

module.exports = {
name: "bio",
description: "Displays a profile from discord.bio (globally).",
aliases: [
"biography",
"aboutme",
"about-me",
"dsc.bio",
"discord-profile",
"discord.bio",
"discord-bio",
"discord-biography"
],
guildOnly: true,
name: "8ball",
description: "Ask your questions to the magical 8ball .",
aliases: ["8-ball", "eightball", "eight-ball"],
cooldown: 1,
async execute(message, args) {
// execute MUST return a promise
Expand Down Expand Up @@ -130,3 +117,5 @@ module.exports = {
message.channel.send(bioEmbed);
}
};
// Special thanks to FAV

2 changes: 1 addition & 1 deletion commands/invite-info.js
Expand Up @@ -99,4 +99,4 @@ User ID:${invite.inviter.id}
message.channel.send(embed)
}
}
}
}
2 changes: 1 addition & 1 deletion documents/changelogs.txt
Expand Up @@ -31,4 +31,4 @@ anime-manga-character,anime-manga-character-byid command
- Used SQLite as database,all previous data is deleted (That won't happen again).
- Added tags (custom commands) system
- Available commands:list-tag,tag-info,addtag,delete-tag
- Use help addtag to view the documentation on tags
- Use help addtag to view the documentation on tags

0 comments on commit 0de06fd

Please sign in to comment.