link in embed discord.py
embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
link in embed discord.py
embed.add_field(name="Field 1 Title", value="[This is the text](Here is the URL)")
python discord bot embed
emb = discord.Embed(title='Команды Админов')
emb.add_field(name = settings['prefix']+'clear [count]', value='Очистка чата.n', inline=False)
emb.add_field(name = settings['prefix']+'ban [name]', value='Бан пользователя.n', inline=False)
emb.add_field(name = settings['prefix']+'muted [name]', value='Замютить пользователя.n', inline=False)
emb.add_field(name = settings['prefix']+'setprefix [prefix]', value='Сменить префикс бота.n', inline=False)
emb.add_field(name = settings['prefix']+'restart', value='Перезапуск бота.n', inline=False)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us