Files
dom5bot/bot_instance.py
2026-04-09 13:04:20 +02:00

8 lines
165 B
Python

from discord.ext import commands
import discord
intents = discord.Intents.default()
bot = commands.Bot(command_prefix="!", intents=intents)
bot.tracked_games = []