File size: 281 Bytes
cbef039
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import discord
from discord.ext import commands

bot = commands.Bot(command_prefix="!", intents=discord.Intents.all())

@bot.command()
async def test(ctx):
    await ctx.reply(ctx.message.content)

bot.run('MTEyNjkzNDQ1NDI0MjM4MTgzNQ.GkmPBx.UaNM2c2xu-IDldP3SpxVl7JvyBIF-4yrOrS9dM')