Skip to content

Commit

Permalink
Добавить финальное сообщение
Browse files Browse the repository at this point in the history
  • Loading branch information
oqo0 committed Nov 13, 2022
1 parent 89ba3e6 commit ad13aa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def setup_hook(self) -> None:
# активация бота
@client.event
async def on_ready():
print(ConsoleColors.Success + f"Бот успешно активирован." + ConsoleColors.Reset)
print(ConsoleColors.Success + "Бот успешно активирован." + ConsoleColors.Reset)
print(f"{client.user} | {client.user.id}")
print(" ")
print(f"Ссылка для приглашения бота на сервер:")
Expand Down Expand Up @@ -84,6 +84,9 @@ async def getbadge(interaction: Interaction):
"Если этот бот был полезен для вас, пожалуйста, поставьте звёзду репозиторию с ботом.",
]))

print(ConsoleColors.Success + "Чтобы забрать значок заполните форму по ссылке: https://discord.com/developers/active-developer")
print("Получение доступа к форме занимает до 24 часов." + ConsoleColors.Reset)

await interaction.client.close()
await interaction.client.clear()
os._exit(0)
Expand Down

0 comments on commit ad13aa5

Please sign in to comment.