This commit is contained in:
yasirarism 2023-05-16 04:37:07 +00:00 committed by GitHub
parent c5aab68eef
commit 5ae9b0e493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -93,7 +93,7 @@ async def donate(client, ctx):
InlineButton('PayPal', url='https://paypal.me/yasirarism'),
)
await ctx.reply(
f"Hai {message.from_user.mention}, jika kamu merasa bot ini besrguna bisa melakukan donasi dengan ke rekening diatas yaa. Karena server bot ini tidaklah gratis. Terimakasih..\n\n"Hi {message.from_user.mention}, if you feel this bot is useful, you can make a donation to the account above. Because this bot server is not free. Thank you..",
f"Hai {message.from_user.mention}, jika kamu merasa bot ini besrguna bisa melakukan donasi dengan ke rekening diatas yaa. Karena server bot ini tidaklah gratis. Terimakasih..\n\nHi {message.from_user.mention}, if you feel this bot is useful, you can make a donation to the account above. Because this bot server is not free. Thank you..",
)

View file

@ -38,13 +38,13 @@ try:
API_HASH = getConfig("API_HASH")
# MongoDB information
DATABASE_URI = getConfig("DATABASE_URI")
DATABASE_NAME = getConfig("DATABASE_NAME")
LOG_CHANNEL = int(environ.get("LOG_CHANNEL", 0))
USER_SESSION = getConfig("USER_SESSION")
LOG_CHANNEL = int(environ.get("LOG_CHANNEL"))
except Exception as e:
LOGGER.error(f"One or more env variables missing! Exiting now.\n{e}")
sys.exit(1)
USER_SESSION = environ.get("USER_SESSION")
DATABASE_NAME = environ.get("DATABASE_NAME", "MissKatyDB")
TZ = environ.get("TZ", "Asia/Jakarta")
COMMAND_HANDLER = environ.get("COMMAND_HANDLER", "! /").split()
SUDO = list(