Compare commits

...

2 commits

Author SHA1 Message Date
769784239d Privacy Policy 2022-08-26 18:09:45 +02:00
cb9c0f6ba7 Add the annoying privacy policy that Discord requires 2022-08-26 18:09:13 +02:00
2 changed files with 16 additions and 0 deletions

View file

@ -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] });

15
privacy.txt Normal file
View file

@ -0,0 +1,15 @@
By using the Discord bot haha yes#1616 you agree to the collection of the following informations for the functioning of the commands.
- Discord user ID (Needed for moderation purposes and making sure something you created can't be modified by someone else e.g: tags,ytp commands)
- Server ID (Needed for moderation purposes and locking things created by commands to the server e.g: tags,starboards,auto react commands)
- Channel ID (Used to send message for the starboards and quotation features)
- Message ID (Used for quotation feature and as a unique file name for files operations. Note: Message ID by themselves can't be used to find the original message.)
Nothing is shared to anyone and is purely for the function of the bot.
If you do not agree to the privacy policy you can opt out by doing /optout.
If you wish to request the data or have it deleted please email me at sup@libtar.de or ask me with the /feedback command.
The files created from the message ID by the commands are deleted periodically.
The source code of the bot can be found at https://git.namejeff.xyz/Supositware/Haha-Yes