import discord import asyncio from discord . ext import commands client = commands . Bot ( command_prefix = "." , self_bot = True ) client . remove_command ( "help" ) token = "token" @client.event async def on_message ( message ) : if not message . channel . id == ( айди канала типа ) : return await message . add_reaction ( "🥶" ) client . run ( token , bot = False )