Update Smayzou.py

This commit is contained in:
Smayzy 2025-02-25 11:36:52 +00:00
parent 96a14f7733
commit 14707e4363

View File

@ -3,7 +3,7 @@ import discord
from discord.ext import commands from discord.ext import commands
import random import random
TOKEN = "Your TOKEN" TOKEN = "your_TOKEN"
intents = discord.Intents.all() intents = discord.Intents.all()
client = commands.Bot(command_prefix='/', intents=intents) client = commands.Bot(command_prefix='/', intents=intents)