Cara Membuat Bot Perselisihan Dalam Python
import discord
from discord.ext import commands
client = commands.Bot(command_prefix=".")
@client.event
async def on_ready():
print("Ready!")
bot.run("TOKEN")
LUNA#6969