Skip to content

Instantly share code, notes, and snippets.

View Motzumoto's full-sized avatar
❤️‍🔥
Zoe hot

Chris Motzumoto

❤️‍🔥
Zoe hot
View GitHub Profile
@Motzumoto
Motzumoto / Privacy Policy.md
Last active November 4, 2024 20:34
Our Privacy Policy For Akiko

Privacy Policy

Information We Collect:

In the process of your direct interactions with Akiko, we gather various data, including the content of your messages and user details. This encompasses user IDs, guild IDs, channel IDs, and other pertinent information specifically for storing text related to user reminders, AFK statuses, and birthdays. This text data is stored temporarily for the sole purpose of delivering our service and compiling statistics to enhance the overall user experience.

We also log all direct messages that the bot receives. These logs are stored for 30 days before being deleted.

In addition, we collect data related to various commands you use, including but not limited to:

@Motzumoto
Motzumoto / getch.py
Last active March 6, 2024 17:10
Getch class (Written by Soheab_)
from __future__ import annotations
from typing import TYPE_CHECKING, Any, Callable, TypeVar
import discord
if TYPE_CHECKING:
from index import Akiko
from Manager.database import AkikoRecordClass