soo cloud
24時間無料で実行

あなたのDiscord BOTを
ここで24時間起動しよう

Discordでログイン
my_bot.py
import discord
from discord.ext import commands

bot = commands.Bot(prefix='!')

@bot.event
async def on_ready():
    print(f'Logged in as {bot.user}')

bot.run('TOKEN')