Skip to content

Instantly share code, notes, and snippets.

View hayatan's full-sized avatar

hayatan hayatan

  • 01:40 (UTC +09:00)
View GitHub Profile
@hayatan
hayatan / yukai_asa_adminlist.txt
Last active May 20, 2026 15:01
ゆかいASAホワイトリスト
76561198145943335
76561198029423064
76561198852904128
@hayatan
hayatan / discord_role_switch_bot.py
Created May 24, 2019 07:46
権限オンオフするやつ
import discord
TOKEN = 'アクセストークン'
# 接続に必要なオブジェクトを生成
client = discord.Client()
# 起動時に動作する処理
@client.event
async def on_ready():