Skip to content

Commit

Permalink
something useful
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Dec 18, 2023
1 parent f9921d1 commit fdbdce7
Show file tree
Hide file tree
Showing 37 changed files with 447 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/bots/abramam/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/abramam/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/abramam/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/bytegan/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/bytegan/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/bytegan/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/cheems/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/cheems/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/cheems/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/drmawz/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/drmawz/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/drmawz/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/eris/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/eris/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/eris/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/hypathia/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/hypathia/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/hypathia/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/irregularapocalypse/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/irregularapocalypse/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/irregularapocalypse/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/jabrils/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/jabrils/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/jabrils/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/swoledoge/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/swoledoge/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/swoledoge/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenLogosCharacterCog(bot))
14 changes: 14 additions & 0 deletions src/bots/verdelis/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +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=
11 changes: 11 additions & 0 deletions src/bots/verdelis/EdenGeneratorCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


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


def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenCharacterGeneratorCog(bot))
11 changes: 11 additions & 0 deletions src/bots/verdelis/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from discord.ext import commands
from cogs.LogosCharacterCog import LogosCharacterCog


class EdenLogosCharacterCog(LogosCharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


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

0 comments on commit fdbdce7

Please sign in to comment.