Skip to content

A simple AI (powered by Open AI GPT API) discord bot to entertain your community!

License

Notifications You must be signed in to change notification settings

AI-Unleashed/AI-Jester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Create a new application on the Discord developer portal (https://discord.com/developers/applications). Give it a name and an avatar, and note down the CLIENT ID

Set your Bot Permissions (should only need to read messages) and enable MESSAGE CONTENT INTENT under Privileged Gateway Intents.

in the bot section “Reset Token” and note down the token

go to this link and paste in client ID

https://discord.com/oauth2/authorize?scope=bot&client_id=

Now the bot can be added to the server. At this point it will just show as offline

Setting up the bot to run locally(Nodejs needs to be installed):

get the code and run npm i in directory its in to install dependencies

create a .env and paste in the token from above, and an Open AI api key (https://platform.openai.com/account/api-keys) into:

DISCORD_BOT_TOKEN= OPENAI_API_KEY=

run the server using nodemon(node would also work but requires restarts for code changes): nodemon bot.js

bot should now be online and responding, enjoy!

About

A simple AI (powered by Open AI GPT API) discord bot to entertain your community!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published