forked from Supositware/Haha-Yes
Add the annoying privacy policy that Discord requires
This commit is contained in:
parent
f4b0435c99
commit
cb9c0f6ba7
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export default {
|
||||||
.addField('Current maintainer: ', `${maintainer.tag} (${ownerId})`)
|
.addField('Current maintainer: ', `${maintainer.tag} (${ownerId})`)
|
||||||
.addField('Gitea (Main)', 'https://git.namejeff.xyz/Supositware/Haha-Yes', true)
|
.addField('Gitea (Main)', 'https://git.namejeff.xyz/Supositware/Haha-Yes', true)
|
||||||
.addField('Github (Mirror)', 'https://github.com/Supositware/Haha-yes', true)
|
.addField('Github (Mirror)', 'https://github.com/Supositware/Haha-yes', true)
|
||||||
|
.addField('Privacy Policy', 'https://libtar.de/discordprivacy.txt')
|
||||||
.setFooter({ text: `Original bot made by ${owner.tag} (267065637183029248)` });
|
.setFooter({ text: `Original bot made by ${owner.tag} (267065637183029248)` });
|
||||||
|
|
||||||
interaction.reply({ embeds: [aboutEmbed] });
|
interaction.reply({ embeds: [aboutEmbed] });
|
||||||
|
|
Loading…
Reference in a new issue