mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 02:54:52 +00:00
typo
This commit is contained in:
parent
c5aab68eef
commit
5ae9b0e493
2 changed files with 4 additions and 4 deletions
|
|
@ -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..",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue