-
!bardunload [file_name_in_cogs_folder]
: Disable command from the specified file. -
!bardload [file_name_in_cogs_folder]
: Enable the command from the specified file. -
!bardclean
: Empty discord_bot.log file. -
!bardgetLog
: Get discord_bot.log file. Real-time tracking of the bot's operating status. -
!bardgetdb
: Export Bard_id.db file
pip install -r requirements.txt
-
Get Google Bard authentication.
- Go to https://bard.google.com/
- F12 for console
- ___SECURE_1PSID: Go to Application → Cookies →
__Secure-1PSID
. Copy the value of that cookie.
-
Rename the file
.env.dev
to.env
, then open it and edit it. If you don't want a limit channel to mention a bot, you don't need to set up a MENTION_CHANNEL_ID, just leave it blank.DISCORD_BOT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX MENTION_CHANNEL_ID=123456789 ___SECURE_1PSID=
-
Start run your bot, hosted locally or on a server.
-> Recommended Free Servers: fly.io
This project exists thanks to all the people who contribute.