This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
sh_discord_bot
Watch
4
Star
1
Fork
1
You've already forked sh_discord_bot
Code
Issues
21
Pull Requests
Actions
Packages
Projects
3
Releases
27
Wiki
Activity
Added flask support
#70
#75
#71
Merged
edraft
merged 107 commits from
#70
into
0.3
2022-11-05 13:55:42 +01:00
Conversation
0
Commits
107
Files Changed
432
216 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
Hide outdated comments
Showing only changes of commit ead3f69a69 -
Show all commits
0
cpl-workspace.json → kdb-bot/cpl-workspace.json
Unescape
Escape
View File
0
docker-compose.yml → kdb-bot/docker-compose.yml
Unescape
Escape
View File
0
dockerfile → kdb-bot/dockerfile
Unescape
Escape
View File
0
src/bot/__init__.py → kdb-bot/src/bot/__init__.py
Unescape
Escape
View File
0
src/bot/application.py → kdb-bot/src/bot/application.py
Unescape
Escape
View File
0
src/bot/bot → kdb-bot/src/bot/bot
Unescape
Escape
View File
0
src/bot/bot.json → kdb-bot/src/bot/bot.json
Unescape
Escape
View File
0
src/bot/config/appsettings.PC-Nick.json → kdb-bot/src/bot/config/appsettings.PC-Nick.json
Unescape
Escape
View File
0
src/bot/config/appsettings.development.json → kdb-bot/src/bot/config/appsettings.development.json
Unescape
Escape
View File
0
src/bot/config/appsettings.edrafts-lapi.json → kdb-bot/src/bot/config/appsettings.edrafts-lapi.json
Unescape
Escape
View File
0
src/bot/config/appsettings.edrafts-pc-ubuntu.json → kdb-bot/src/bot/config/appsettings.edrafts-pc-ubuntu.json
Unescape
Escape
View File
0
src/bot/config/appsettings.example.json → kdb-bot/src/bot/config/appsettings.example.json
Unescape
Escape
View File
0
src/bot/config/appsettings.json → kdb-bot/src/bot/config/appsettings.json
Unescape
Escape
View File
0
src/bot/config/appsettings.production.json → kdb-bot/src/bot/config/appsettings.production.json
Unescape
Escape
View File
0
src/bot/config/appsettings.staging.json → kdb-bot/src/bot/config/appsettings.staging.json
Unescape
Escape
View File
0
src/bot/config/feature-flags.json → kdb-bot/src/bot/config/feature-flags.json
Unescape
Escape
View File
0
src/bot/main.py → kdb-bot/src/bot/main.py
Unescape
Escape
View File
0
src/bot/module_list.py → kdb-bot/src/bot/module_list.py
Unescape
Escape
View File
0
src/bot/startup.py → kdb-bot/src/bot/startup.py
Unescape
Escape
View File
0
src/bot/startup_discord_extension.py → kdb-bot/src/bot/startup_discord_extension.py
Unescape
Escape
View File
0
src/bot/startup_migration_extension.py → kdb-bot/src/bot/startup_migration_extension.py
Unescape
Escape
View File
0
src/bot/startup_module_extension.py → kdb-bot/src/bot/startup_module_extension.py
Unescape
Escape
View File
0
src/bot/startup_settings_extension.py → kdb-bot/src/bot/startup_settings_extension.py
Unescape
Escape
View File
0
src/bot/translation/de.json → kdb-bot/src/bot/translation/de.json
Unescape
Escape
View File
0
src/bot_api/__init__.py → kdb-bot/src/bot_api/__init__.py
Unescape
Escape
View File
0
src/bot_api/abc/__init__.py → kdb-bot/src/bot_api/abc/__init__.py
Unescape
Escape
View File
0
src/bot_api/abc/auth_service_abc.py → kdb-bot/src/bot_api/abc/auth_service_abc.py
Unescape
Escape
View File
0
src/bot_api/abc/auth_user_transformer_abc.py → kdb-bot/src/bot_api/abc/auth_user_transformer_abc.py
Unescape
Escape
View File
0
src/bot_api/abc/dto_abc.py → kdb-bot/src/bot_api/abc/dto_abc.py
Unescape
Escape
View File
0
src/bot_api/abc/select_criteria_abc.py → kdb-bot/src/bot_api/abc/select_criteria_abc.py
Unescape
Escape
View File
0
src/bot_api/api.py → kdb-bot/src/bot_api/api.py
Unescape
Escape
View File
0
src/bot_api/api_module.py → kdb-bot/src/bot_api/api_module.py
Unescape
Escape
View File
0
src/bot_api/api_thread.py → kdb-bot/src/bot_api/api_thread.py
Unescape
Escape
View File
0
src/bot_api/bot-api.json → kdb-bot/src/bot_api/bot-api.json
Unescape
Escape
View File
0
src/bot_api/config/apisettings.development.json → kdb-bot/src/bot_api/config/apisettings.development.json
Unescape
Escape
View File
0
src/bot_api/config/apisettings.edrafts-lapi.json → kdb-bot/src/bot_api/config/apisettings.edrafts-lapi.json
Unescape
Escape
View File
0
src/bot_api/config/apisettings.edrafts-pc-ubuntu.json → kdb-bot/src/bot_api/config/apisettings.edrafts-pc-ubuntu.json
Unescape
Escape
View File
0
src/bot_api/config/apisettings.json → kdb-bot/src/bot_api/config/apisettings.json
Unescape
Escape
View File
0
src/bot_api/config/apisettings.production.json → kdb-bot/src/bot_api/config/apisettings.production.json
Unescape
Escape
View File
0
src/bot_api/config/apisettings.staging.json → kdb-bot/src/bot_api/config/apisettings.staging.json
Unescape
Escape
View File
0
src/bot_api/config/appsettings.PC-Nick.json → kdb-bot/src/bot_api/config/appsettings.PC-Nick.json
Unescape
Escape
View File
0
src/bot_api/configuration/__init__.py → kdb-bot/src/bot_api/configuration/__init__.py
Unescape
Escape
View File
0
src/bot_api/configuration/api_settings.py → kdb-bot/src/bot_api/configuration/api_settings.py
Unescape
Escape
View File
0
src/bot_api/configuration/authentication_settings.py → kdb-bot/src/bot_api/configuration/authentication_settings.py
Unescape
Escape
View File
0
src/bot_api/configuration/frontend_settings.py → kdb-bot/src/bot_api/configuration/frontend_settings.py
Unescape
Escape
View File
0
src/bot_api/configuration/version_settings.py → kdb-bot/src/bot_api/configuration/version_settings.py
Unescape
Escape
View File
0
src/bot_api/controller/__init__.py → kdb-bot/src/bot_api/controller/__init__.py
Unescape
Escape
View File
0
src/bot_api/controller/auth_controller.py → kdb-bot/src/bot_api/controller/auth_controller.py
Unescape
Escape
View File
0
src/bot_api/controller/gui_controller.py → kdb-bot/src/bot_api/controller/gui_controller.py
Unescape
Escape
View File
0
src/bot_api/exception/__init__.py → kdb-bot/src/bot_api/exception/__init__.py
Unescape
Escape
View File
0
src/bot_api/exception/service_error_code_enum.py → kdb-bot/src/bot_api/exception/service_error_code_enum.py
Unescape
Escape
View File
0
src/bot_api/exception/service_exception.py → kdb-bot/src/bot_api/exception/service_exception.py
Unescape
Escape
View File
0
src/bot_api/filter/__init__.py → kdb-bot/src/bot_api/filter/__init__.py
Unescape
Escape
View File
0
src/bot_api/filter/auth_user_select_criteria.py → kdb-bot/src/bot_api/filter/auth_user_select_criteria.py
Unescape
Escape
View File
0
src/bot_api/json_processor.py → kdb-bot/src/bot_api/json_processor.py
Unescape
Escape
View File
0
src/bot_api/logging/__init__.py → kdb-bot/src/bot_api/logging/__init__.py
Unescape
Escape
View File
0
src/bot_api/logging/api_logger.py → kdb-bot/src/bot_api/logging/api_logger.py
Unescape
Escape
View File
0
src/bot_api/model/__init__.py → kdb-bot/src/bot_api/model/__init__.py
Unescape
Escape
View File
0
src/bot_api/model/auth_user_dto.py → kdb-bot/src/bot_api/model/auth_user_dto.py
Unescape
Escape
View File
0
src/bot_api/model/auth_user_filtered_result_dto.py → kdb-bot/src/bot_api/model/auth_user_filtered_result_dto.py
Unescape
Escape
View File
0
src/bot_api/model/email_string_dto.py → kdb-bot/src/bot_api/model/email_string_dto.py
Unescape
Escape
View File
0
src/bot_api/model/error_dto.py → kdb-bot/src/bot_api/model/error_dto.py
Unescape
Escape
View File
0
src/bot_api/model/reset_password_dto.py → kdb-bot/src/bot_api/model/reset_password_dto.py
Unescape
Escape
View File
0
src/bot_api/model/settings_dto.py → kdb-bot/src/bot_api/model/settings_dto.py
Unescape
Escape
View File
0
src/bot_api/model/token_dto.py → kdb-bot/src/bot_api/model/token_dto.py
Unescape
Escape
View File
0
src/bot_api/model/update_auth_user_dto.py → kdb-bot/src/bot_api/model/update_auth_user_dto.py
Unescape
Escape
View File
0
src/bot_api/model/version_dto.py → kdb-bot/src/bot_api/model/version_dto.py
Unescape
Escape
View File
0
src/bot_api/route/__init__.py → kdb-bot/src/bot_api/route/__init__.py
Unescape
Escape
View File
0
src/bot_api/route/route.py → kdb-bot/src/bot_api/route/route.py
Unescape
Escape
View File
0
src/bot_api/service/__init__.py → kdb-bot/src/bot_api/service/__init__.py
Unescape
Escape
View File
0
src/bot_api/service/auth_service.py → kdb-bot/src/bot_api/service/auth_service.py
Unescape
Escape
View File
0
src/bot_api/transformer/__init__.py → kdb-bot/src/bot_api/transformer/__init__.py
Unescape
Escape
View File
0
src/bot_api/transformer/auth_user_transformer.py → kdb-bot/src/bot_api/transformer/auth_user_transformer.py
Unescape
Escape
View File
0
src/bot_core/__init__.py → kdb-bot/src/bot_core/__init__.py
Unescape
Escape
View File
0
src/bot_core/abc/__init__.py → kdb-bot/src/bot_core/abc/__init__.py
Unescape
Escape
View File
0
src/bot_core/abc/client_utils_service_abc.py → kdb-bot/src/bot_core/abc/client_utils_service_abc.py
Unescape
Escape
View File
0
src/bot_core/abc/custom_file_logger_abc.py → kdb-bot/src/bot_core/abc/custom_file_logger_abc.py
Unescape
Escape
View File
0
src/bot_core/abc/message_service_abc.py → kdb-bot/src/bot_core/abc/message_service_abc.py
Unescape
Escape
View File
0
src/bot_core/abc/module_abc.py → kdb-bot/src/bot_core/abc/module_abc.py
Unescape
Escape
View File
0
src/bot_core/bot-core.json → kdb-bot/src/bot_core/bot-core.json
Unescape
Escape
View File
0
src/bot_core/configuration/__init__.py → kdb-bot/src/bot_core/configuration/__init__.py
Unescape
Escape
View File
0
src/bot_core/configuration/bot_logging_settings.py → kdb-bot/src/bot_core/configuration/bot_logging_settings.py
Unescape
Escape
View File
0
src/bot_core/configuration/bot_settings.py → kdb-bot/src/bot_core/configuration/bot_settings.py
Unescape
Escape
View File
0
src/bot_core/configuration/feature_flags_enum.py → kdb-bot/src/bot_core/configuration/feature_flags_enum.py
Unescape
Escape
View File
0
src/bot_core/configuration/feature_flags_settings.py → kdb-bot/src/bot_core/configuration/feature_flags_settings.py
Unescape
Escape
View File
0
src/bot_core/configuration/file_logging_settings.py → kdb-bot/src/bot_core/configuration/file_logging_settings.py
Unescape
Escape
View File
0
src/bot_core/configuration/server_settings.py → kdb-bot/src/bot_core/configuration/server_settings.py
Unescape
Escape
View File
0
src/bot_core/core_extension/__init__.py → kdb-bot/src/bot_core/core_extension/__init__.py
Unescape
Escape
View File
0
src/bot_core/core_extension/core_extension_module.py → kdb-bot/src/bot_core/core_extension/core_extension_module.py
Unescape
Escape
View File
0
src/bot_core/core_extension/core_extension_on_ready_event.py → kdb-bot/src/bot_core/core_extension/core_extension_on_ready_event.py
Unescape
Escape
View File
0
src/bot_core/core_module.py → kdb-bot/src/bot_core/core_module.py
Unescape
Escape
View File
0
src/bot_core/events/__init__.py → kdb-bot/src/bot_core/events/__init__.py
Unescape
Escape
View File
0
src/bot_core/events/core_on_ready_event.py → kdb-bot/src/bot_core/events/core_on_ready_event.py
Unescape
Escape
View File
0
src/bot_core/helper/__init__.py → kdb-bot/src/bot_core/helper/__init__.py
Unescape
Escape
View File
0
src/bot_core/helper/log_message_helper.py → kdb-bot/src/bot_core/helper/log_message_helper.py
Unescape
Escape
View File
0
src/bot_core/logging/__init__.py → kdb-bot/src/bot_core/logging/__init__.py
Unescape
Escape
View File
0
src/bot_core/logging/command_logger.py → kdb-bot/src/bot_core/logging/command_logger.py
Unescape
Escape
View File
0
src/bot_core/logging/database_logger.py → kdb-bot/src/bot_core/logging/database_logger.py
Unescape
Escape
View File
0
src/bot_core/logging/message_logger.py → kdb-bot/src/bot_core/logging/message_logger.py
Unescape
Escape
View File
0
src/bot_core/pipes/__init__.py → kdb-bot/src/bot_core/pipes/__init__.py
Unescape
Escape
View File
Some files were not shown because too many files have changed in this diff
Show More
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
sh-edraft.de/sh_discord_bot
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block