Можете подсказать бота БЕЗ команд ДЛЯ DS Типа водишь токен запускаешь и всё команды не надо =) Спасибо огромное сразу =)
import discord from discord.ext import commands PREFIX = '!' client = commands.Bot( command_prefix = '!' ) client.remove_command( 'help' ) @client.event async def on_ready(): print( 'Bot is online' ) token = open( 'token.txt', 'r' ).readline() client.run( token )