@commands.Cog.listener()
async def on_message(message):
await bot.process_commands(message)
member = message.author
role = discord.utils.get(member.guild.roles, id = 916301099508576307)
if role in member.roles:
return
if message.author.bot:
return
if "https://" in message.content.lower():
print('[Logs:utils] Была обнаружена ссылка! Удаляем!')
await message.delete()
await message.channel.send("Ссылки запрещены!")
if "free nitro" in message.content.lower():
print('[Logs: utils] Было обнаружено запрещенное слово! Удаляем!')
await message.delete()
await message.channel.send('Был обнаружен банворд, со списком запрещенных слов можно ознакомится в соглашении бота. -Binfo')
print(message)
Rigidbody rb;
void Start():
rb = GetComponent<Rigidbody>()
rb.rotation = (Quaternion) stream.ReceiveNext();
RigidBody rb
void Start():
rb = get component<RighidBody>
public void тут твой метод():
if туда куда тебе нужно > posintion.x, position.y:
rb.velocity = newVector2(posintion.x, position.y - туда куда тебе нужно)
else:
rb.velocity = newVector2(posintion.x, position.y + туда куда тебе нужно)