Duplicated from ddosxd/sydney-gpt4-node-1
cbef039 b44cb3d cbef039 b44cb3d
1
2
3
4
5
6
7
8
9
10
11
import discord from discord.ext import commands import os bot = commands.Bot(command_prefix="!", intents=discord.Intents.all()) @bot.command() async def test(ctx): await ctx.reply(ctx.message.content) bot.run(os.getenv('discord'))