A Discord bot that will hopefully do things.
Make sure you have Node.js installed.
- Create a file called
.env
in hosmium's root directory (wherepackage.json
is located) - Copy paste this inside of it:
DISCORD_BOT_TOKEN= DEEPL_API_KEY= OPENAI_API_KEY= OPENAI_ORGANIZATION_ID=
- Add your tokens after the
=
signs. - Run
npm install
- Run
node start