turdbot/py/bot.py

12 lines
313 B
Python
Raw Normal View History

2023-01-19 21:37:39 -07:00
import discord
2023-10-26 23:25:09 -06:00
bot = discord.Bot(
help_command="help",
command_prefix="!",
intents=discord.Intents.all(),
activity=discord.Activity(
type=discord.ActivityType.playing,
name="with deez nuts",
)
)
bot.run("OTg2NDA4MjM3Njg5NjMwNzYx.GOWW5z.Engl7UzrUyQkmj0hwQi42U-Z-XQ8CZPuMQRFlU")