@commands.has_permissions(administrator=True)
@bot.slash_command(name='подписка_новости', description='Подписаться на рассылку новостей бота')
async def add_news_webhook(ctx):
url = 'https://discord.com/api/webhooks/1086509249846312980/**************************'
await ctx.add_webhook(url=url)
await ctx.send('!')