diff --git a/.env.template b/.env.template new file mode 100644 index 0000000000000000000000000000000000000000..32adcbc3d0d7a652d0de8d8bd044678d4fe31f40 --- /dev/null +++ b/.env.template @@ -0,0 +1,47 @@ +# General +DISCORD_TOKEN=<Bot Token> +DISCORD_GUILD=<ID of Guild, this Bot should be used at> +DISCORD_ACTIVITY=<What should be shown, Bot is playing right now> + +# IDs +DISCORD_OWNER=<ID of Server owner> +DISCORD_MOD_ROLE=<ID of Mod Role> +DISCORD_MOD_CHANNEL=<ID of Mod only channel> +DISCORD_CATEGORY_LERNGRUPPEN=<Channel category for learning group voice channels> +DISCORD_WELCOME_CHANNEL=<ID of Welcome channel, where Welcome Message should be posted> +DISCORD_WELCOME_MSG=<ID of Welcome message> +DISCORD_VORSTELLUNGSCHANNEL=<ID of Channel used for introductions of new users> +DISCORD_ROLLEN_CHANNEL=<ID of role assignment channel> +DISCORD_DEGREE_PROGRAM_MSG=<ID of Message that can be used for assignement of degree program roles> +DISCORD_COLOR_MSG=<ID of Message that can be used for assignment of color roles> +DISCORD_SPECIAL_MSG=<ID of Message that can be used for assignment of special roles> +DISCORD_STUDENTIN_ROLE=<ID of "Studentin" role> +DISCORD_ADVENT_CALENDAR_CHANNEL=<ID of Advent calendar channel> +DISCORD_SUPPORT_CHANNEL=<ID of support channel, where the Bot posts all DMs sent by users> +DISCORD_GREETING_CHANNEL=<ID of greeting channel, where new users are welcomed> +DISCORD_ADVENT_CALENDAR_MESSAGE=<ID of Advent calendar message> +DISCORD_NEWS_CHANNEL=<ID of News Channel, where news from faculty are posted> +DISCORD_POLL_SUGG_CHANNEL=<ID of Channel, where poll suggestions are posted> +DISCORD_NEWS_ROLE=<ID of news role> +DISCORD_CHANGE_LOG_CHANNEL=<ID of channel used by change log feature> +DISCORD_LEARNINGGROUPS_OPEN=<ID of Channel category for open learning groups> +DISCORD_LEARNINGGROUPS_CLOSE=<ID of Channel category for closed learning groups> +DISCORD_LEARNINGGROUPS_REQUEST=<ID of Channel category for learning group requests> +DISCORD_LEARNINGGROUPS_INFO=<ID of Channel category for open learning groups> + +# JSON Files +DISCORD_ROLES_FILE=<File name for roles JSON file> +DISCORD_HELP_FILE=<File name for help JSON file> +DISCORD_TOPS_FILE=<File name for TOPS JSON file> +DISCORD_APPOINTMENTS_FILE=<File name for appointments JSON file> +DISCORD_TEXT_COMMANDS_FILE=<File name for text commands JSON file> +DISCORD_LEARNINGGROUPS_FILE=<File name for learning groups JSON file> +DISCORD_LEARNINGGROUPS_COURSE_FILE=<File name for leaarning groups courses JSON file> + +# Misc +DISCORD_DATE_TIME_FORMAT=<Date and time format used for commands like %d.%m.%Y %H:%M> + + + + + diff --git a/emojis/cool-admin.png b/emojis/cool-admin.png new file mode 100644 index 0000000000000000000000000000000000000000..b8475153cefd3e5127692db41691f7b659319bee Binary files /dev/null and b/emojis/cool-admin.png differ diff --git a/emojis/maulwurf-gaertner.png b/emojis/maulwurf-gaertner.png new file mode 100644 index 0000000000000000000000000000000000000000..9295bbf6667bfde76e5c783f698dec669db3e667 Binary files /dev/null and b/emojis/maulwurf-gaertner.png differ diff --git a/emojis/maulwurf-happy.png b/emojis/maulwurf-happy.png new file mode 100644 index 0000000000000000000000000000000000000000..b2166494f288a69afcfc2c460723046d99160257 Binary files /dev/null and b/emojis/maulwurf-happy.png differ diff --git a/emojis/maulwurf-regen.png b/emojis/maulwurf-regen.png new file mode 100644 index 0000000000000000000000000000000000000000..2125a193e35a1deab9b98292ff38203c775ade3e Binary files /dev/null and b/emojis/maulwurf-regen.png differ diff --git a/emojis/maulwurf-winkt.png b/emojis/maulwurf-winkt.png new file mode 100644 index 0000000000000000000000000000000000000000..d635323672260eb5b49d4cdc8fba33a634eabbf8 Binary files /dev/null and b/emojis/maulwurf-winkt.png differ diff --git a/emojis/maus-sport.png b/emojis/maus-sport.png new file mode 100644 index 0000000000000000000000000000000000000000..e1adf3933e6b8687b9f08413950bc57d8dd812f1 Binary files /dev/null and b/emojis/maus-sport.png differ diff --git a/emojis/pikachu-love.png b/emojis/pikachu-love.png new file mode 100644 index 0000000000000000000000000000000000000000..5e80bbf1bfe4f2cc2b90469e1c62139011b939fb Binary files /dev/null and b/emojis/pikachu-love.png differ