Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil12-dev authored Apr 29, 2023
1 parent 9b54b5a commit 518c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/infobots.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, bot):
@commands.slash_command(name= "bot", description="Информация о Polina bot")
async def bot(self, ctx):
info=disnake.Embed(title = ":robot: Информация о боте", description = f"Информация об **Polina bot**", colour=randint(0, 0xffffff))
info.add_field(name = ":bearded_person: Разработчики:", value = "`П͓̽р͓̽о͓̽в͓̽а͓̽й͓̽д͓̽е͓̽р͓̽#6666`")
info.add_field(name = ":bearded_person: Разработчик:", value = "`П͓̽р͓̽о͓̽в͓̽а͓̽й͓̽д͓̽е͓̽р͓̽#6666`")
info.add_field(name = ":ledger: Моя библиотека:", value="Disnake", inline=False)
info.add_field(name = ":floppy_disk: Моя версия:", value = "`v2.4.4`", inline=False)
info.add_field(name = "🔗 Приглашение:", value = f"[Нажми](https://discord.com/api/oauth2/authorize?client_id=1023602153694183475&permissions=8&scope=bot)", inline = True)
Expand Down

0 comments on commit 518c5fd

Please sign in to comment.