π€
This file contains hidden or 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
#!/bin/sh | |
/Applications/Discord.app/Contents/MacOS/Discord --proxy-server=http://po.cc.ibaraki-ct.ac.jp:3128 |
This file contains hidden or 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 os | |
import datetime | |
import shutil | |
DESKTOP_PATH = os.getenv("USERPROFILE") + r"\Desktop" | |
BACKUP_PATH = os.getenv("ESCAPE-FOLDER") | |
folder_name = BACKUP_PATH + r"/" + datetime.datetime.now().strftime("%Y%m%d%H%M%S") | |
This file contains hidden or 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
γγγγγγγγγγγ/γiiiiγiγγ½ο½€ο½€ | |
γγγγγγγγγγγ οΌγγi!llllliο½ο½ε·//γ½γ | |
γγγγγγγγγγ /γγγγγγγγγ彑㽠| |
γγγγγγγγγγlγγγγγγγγγγε½‘ε½‘ο½ | |
γγγγγγγγγγlγοΎ,ο½β-ο½€γ,,ο½βο½€γ彑彑ll| | |
γγγγγγγγγγο½οΎοΎ ィο½ͺxγγ ,rο½ͺtγγ彳彑! | |
γγγγγγγγγγγ',γγ .:γγγγγ γ9ο½" | |
γγγγγγγγγγ γ! γ ::,ο½€,ο½€γγγγl_δΈΏ | |
γγγγγγγγγγγ ',γ οΌΏ,οΌΏγγγ/γ | |
γγγγγγγγγγγ rγγ =γγγγi!γ½οΎγ |
This file contains hidden or 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 botγγγγγγ«δ½γγγγ³γγ¬γΌγ | |
Referenceβ | |
https://discordpy.readthedocs.io/ja/latest/api.html | |
""" | |
import asyncio | |
import os | |
import sys | |
import discord |
NewerOlder