Skip to content

Instantly share code, notes, and snippets.

View HiiZun's full-sized avatar
🇫🇷

HiiZun

🇫🇷
View GitHub Profile
@HiiZun
HiiZun / ytbot-terms.md
Created April 30, 2022 20:52
YouTube Bot Terms of service

YouTube Bot Terms of service

  • You cannot claim that the bot belongs to you, we will never ask you for confidential information like your account token.
  • You Mustn't spam commands of the bot without reason (we have logs).
  • Youtube bot is independent of your personal data (Licenses, configuration etc...) they are saved on another server than that of youtube bot so we are not interfering with the availability thereof.
  • You Mustn't use the bot for any purpose to break the Terms of Service (ToS) of Discord.
  • The bot is free, YOU CANNOT SELL IT, SELL THE INVITATION LINK OR SOMETHING BELONGING TO THE FOUNDER OF YOUTUBE BOT.
@HiiZun
HiiZun / ytbot-privacy.md
Last active July 25, 2021 21:57
YouTube Bot Privacy Policy

YouTube Bot Privacy Policy

1. Storing and/or using user data
a: YouTube stores user data such as your unique ID, guilds you are in, or the number of commands executed.
This data is stored for statistical purposes, but can in no way be transmitted to partners, we store your data securely on our servers to protect you.
b: We also use data that you provide us with yourself, such as prefixes, DJ role or language preference.
2. Why we store this data
a: This data is used to improve your user experience, make possible some commands, if we don't store these data the bot will be highly limited !
3. Removal of data
a: You must contact us by our support server (https://discord.gg/KU5xgeh)

@HiiZun
HiiZun / bootup.sh
Created April 5, 2020 17:16
a verry simple booter to boot up minecraft servers
#!/bin/bash
echo "======================="
echo "bootmc script by HiiZun"
echo "======================="
echo "booting up the bungeecord..."
screen -S Bungeecord /home/bungeecord/run.sh # à modifier !
echo "success !"
@HiiZun
HiiZun / bootup.sh
Created April 5, 2020 17:16
a verry simple booter to boot up minecraft servers
#!/bin/bash
echo "======================="
echo "bootmc script by HiiZun"
echo "======================="
echo "booting up the bungeecord..."
screen -S Bungeecord /home/bungeecord/run.sh # à modifier !
echo "success !"