/kevGPT

Stupid Discord bot for friends

Primary LanguageJavaScript

kevGPT

Stupid Discord bot for friends

Setup

This adds a /kevGPT command to discord. You will need a .env file that is structured like this:

DISCORD_TOKEN=[someDiscordToken]
CLIENT_ID=[yourApplicationClientID]
SERVER_ID=[yourServersId]

After that you'll need to run

node deploy-commands.js

That will add the /kevgpt command to the server.

To alter the array of responses they are located as replies[] in commands/kevGPT.js