refactored .bible and .quran, moved to their own folder and created ReligiousApiService for their logic

This commit is contained in:
Toastie 2024-07-31 19:49:47 +12:00
parent 2764bb390b
commit 219c122f1c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
9 changed files with 178 additions and 124 deletions
src/EllieBot

View file

@ -77,7 +77,6 @@ csharp_style_var_when_type_is_apparent = true:suggestion
# Expression-bodied members
csharp_style_expression_bodied_accessors = true:suggestion
csharp_style_expression_bodied_constructors = when_on_single_line:suggestion
csharp_style_expression_bodied_indexers = true:suggestion
csharp_style_expression_bodied_lambdas = true:suggestion
csharp_style_expression_bodied_local_functions = true:suggestion