-
cookies setting(use personal Bing Cookies):
/bing_cookies [choice]
-
bing:
/bing [message]
USE_SUGGEST_RESPONSES: True (can change in file config.yml
)USE_SUGGEST_RESPONSES: False (can change in file config.yml
)conversation style: Creative -
bing image creator:
/create_image [prompt]
-
conversation style (default balanced):
/switch_style [style]
-
reset:
/reset
-
!unload [file_name_in_cogs_folder]
: Disable command from the specified file. -
!load [file_name_in_cogs_folder]
: Enable the command from the specified file. -
!clean
: Empty discord_bot.log file. -
!getLog
: Get discord_bot.log file. Real-time tracking of the bot's operating status. -
!upload [.txt_file]
: Because Bing Cookies will expire, so this command can set new Cookies directly. You just need to copy bing cookies and past, the Cookies will auto convert to .txt file.
pip install -r requirements.txt
-
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
-
Get Bing authentication.
- Install the cookie editor extension for Chrome or Firefox.
- Go to bing.com
- Click "Export" on the bottom right.
- Paste your cookies into a file
cookies.json
-
Start run your bot, hosted locally or on a server.
-> Recommended Free Servers: fly.io
- EdgeGPT - https://github.com/acheong08/EdgeGPT
- BingImageCreator - https://github.com/acheong08/BingImageCreator
- other - https://github.com/Zero6992/chatGPT-discord-bot
This project exists thanks to all the people who contribute.