あなたのDiscord BOTを ここで24時間起動しよう
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')