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
| 76561198145943335 | |
| 76561198029423064 | |
| 76561198852904128 |
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 discord | |
| TOKEN = 'アクセストークン' | |
| # 接続に必要なオブジェクトを生成 | |
| client = discord.Client() | |
| # 起動時に動作する処理 | |
| @client.event | |
| async def on_ready(): |