pip install -r requirements.txt
from openai import ChatGPT
class Shiroko253:
def __init__(self):
self.name = "Shiroko253"
self.role = "Discord Bot Developer"
self.interests = ["Rhythm games", "Backend Development", "Cute things"]
def introduce(self):
print(f"Hi there! I'm {self.name}, a {self.role}.")
def dual_system_roles(self):
roles = {
"Linux Mint": "๐ง Discord Bot Development"
}
print("๐ป developer roles:")
for system, role in roles.items():
print(f"- {system}: {role}")
if __name__ == "__main__":
me = Shiroko253()
me.introduce()
me.dual_system_roles()
- Python: Main language for Discord Bot projects
- JavaScript: Secondary Bot language, easy to understand
- C#: Occasionally used, not my primary language
- TypeScript: Hope to create some strong projects with it in the future
- Java: Currently learning
const me = {
osuMania: {
mode: "top!mania",
globalRanking: "#19,084",
countryRanking: "#319",
profile: "https://osu.ppy.sh/u/Shiro253"
},
minecraft: "Miya2530",
honkaiStarRail: "UID: 804179715"
};
console.log(`osu!mania - ${me.osuMania.mode} - Global Ranking ${me.osuMania.globalRanking}, Country Ranking ${me.osuMania.countryRanking}`);
console.log(`Profile: ${me.osuMania.profile}`);
console.log(`Minecraft - ${me.minecraft}`);
console.log(`Honkai Star Rail - ${me.honkaiStarRail}`);
๐ก Code isn't warm, but with a developer's magic, it can have a heartbeat.