import discord # type: ignore
from discord.ext import commands # type: ignore
import asyncio
# Замените 'CheatFree' на токен вашего бота
TOKEN = 'CheatFree'
ROLE_ID =
CHANNEL_ID =
intents = discord.Intents.default()
intents.members = True
bot = commands.Bot(command_prefix='!'...
Просмотры: 2,384
Ответы: 23