Simple discord bot to convert English(AD) to Nepali(BS) date.
The bot has two slash commands.
/help
for help./date
to convert todays date./date <today|yesterday|tomorrow|yyyy-mm-dd>
to specify date.
Parses date using hamro patro date converter api.
Hamro Patro Date Converter: https://www.hamropatro.com/date-converter
Use this link: Link
- Create a .env file at project root with following contents.
BOT_TOKEN=<Your Discord Bot Token>
- Run the bot
python main.py