Skip to content

Commit

Permalink
deploy new agartha
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Dec 17, 2023
1 parent 8fa6d87 commit 57ee21d
Show file tree
Hide file tree
Showing 82 changed files with 10 additions and 6,210 deletions.
9 changes: 0 additions & 9 deletions src/bots/abraham/.env.example

This file was deleted.

11 changes: 0 additions & 11 deletions src/bots/abraham/AbrahamGeneratorCog.py

This file was deleted.

13 changes: 0 additions & 13 deletions src/bots/abraham/prompts/character_description.txt

This file was deleted.

29 changes: 0 additions & 29 deletions src/bots/abraham/prompts/creator_prompt.txt

This file was deleted.

47 changes: 0 additions & 47 deletions src/bots/abraham/prompts/documentation.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/bots/abraham/prompts/documentation_prompt.txt

This file was deleted.

7 changes: 0 additions & 7 deletions src/bots/abraham/prompts/router_prompt.txt

This file was deleted.

5 changes: 5 additions & 0 deletions src/bots/agartha/.env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
DISCORD_TOKEN=
MONGO_URI=
MONGO_DB_NAME=

EDEN_API_URL=
EDEN_API_KEY=
EDEN_API_SECRET=
EDEN_CHARACTER_ID=

ALLOWED_GUILDS=
ALLOWED_GUILDS_TEST=
ALLOWED_CHANNELS=

LOGOS_URL=
31 changes: 0 additions & 31 deletions src/bots/agartha/AgarthaAssistantCog.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/bots/agartha/AgarthaGeneratorCog.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


class KojiiCharacterGeneratorCog(CharacterGeneratorCog):
class EdenCharacterGeneratorCog(CharacterGeneratorCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(KojiiCharacterGeneratorCog(bot))
bot.add_cog(EdenCharacterGeneratorCog(bot))
Loading

0 comments on commit 57ee21d

Please sign in to comment.