- Notifications
You must be signed in to change notification settings - Fork0
Google Bard discord bot code
License
NotificationsYou must be signed in to change notification settings
zenafey/bard-discord
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Google Bard discord bot code, join my discord server:https://discord.gg/qX5dwV3HEpMy discord bot:https://discord.com/api/oauth2/authorize?client_id=1097804626872508496&permissions=362496&scope=bot
git clone https://github.com/yoou3-cyber/bard-discordcd bard-discordpip install -r requirements.txt
- F12 for console
- Copy the values
- Session: Go to Application → Cookies →
__Secure-1PSID
. Copy the value of that cookie.
- Session: Go to Application → Cookies →
Go tohttps://discord.com/developers/applications/
- New Application
- Bot
- Create Bot
- Copy token
Open.env
file in bard-discord directory and put tokens there
DISCORD_TOKEN=<your token>BARD_TOKEN=<your token>
After adding needed tokens in .env start your bot by command:
python bard.py