Skip to content

Commit

Permalink
Add legal disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibowl committed Oct 26, 2021
1 parent 71b2c76 commit 356594a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/meta/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default class About extends Command {
async run(message: Message): Promise<Message | Message[]> {
const me = (await client.users.fetch("127393188729192448")).tag
return sendMessage(message, `This is an open-source bot created by @${me}. The source-code is available on GitHub: <https://github.com/Tibowl/HuTao>.
Data is compiled from a vareity of sources (including but not limited to official forum posts/e-mails/videos/posts elsewhere and Genshin Impact Wiki).
Data is compiled from a variety of sources (including but not limited to official forum posts/e-mails/videos/posts elsewhere and Genshin Impact Wiki <https://genshin-impact.fandom.com/wiki/Genshin_Impact_Wiki>).
© All rights reserved by miHoYo. Other properties belong to their respective owners.
You can invite this bot with <https://discord.com/api/oauth2/authorize?client_id=826550363355086918&scope=bot&permissions=319552>.
Feel free to contact me in case there's an error/need support/got a suggestion via <https://discord.gg/BM3Srp8j8G> or via GitHub issues (link above).`)
Expand Down

0 comments on commit 356594a

Please sign in to comment.