This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import discord | |
from discord.ext import commands | |
import typing | |
import logging | |
import os | |
import time | |
from datetime import datetime | |
import string | |
import random | |
import dotenv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# discord.py Tulpa Account Switcher | |
# by Necross (Yume) | |
# Made with the Chalin system in mind | |
# This file changes your Discord avatar and username to that of the current fronter | |
# Avatars should be stored as a .jpg/.png file in a folder named "tulpas" in the same directory as this file | |
# (Image name should, obviously, be the tulpa's name with correct capitalization) | |
# \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ | |
# Use this with caution, as it is against Discord's ToS | |
# /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ | |
# Before you say anything, I know I put in too many input statements |