123
This commit is contained in:
parent
6dfa3a28da
commit
81e6465e59
@ -18,7 +18,7 @@ class Rule34Cog(GelbooruWatcherBaseCog): # Removed name="Rule34"
|
||||
bot=bot,
|
||||
cog_name="Rule34",
|
||||
api_base_url="https://api.rule34.xxx/index.php",
|
||||
default_tags="kasane_teto", # Example default
|
||||
default_tags="kasane_teto breast_milk", # Example default
|
||||
is_nsfw_site=True,
|
||||
command_group_name="r34watch", # For potential use in base class messages
|
||||
main_command_name="rule34" # For potential use in base class messages
|
||||
|
@ -18,7 +18,7 @@ class SafebooruCog(GelbooruWatcherBaseCog): # Removed name="Safebooru"
|
||||
bot=bot,
|
||||
cog_name="Safebooru",
|
||||
api_base_url="https://safebooru.org/index.php", # Corrected base URL
|
||||
default_tags="1girl", # Example default
|
||||
default_tags="hatsune_miku 1girl", # Example default
|
||||
is_nsfw_site=False, # Safebooru is generally SFW
|
||||
command_group_name="safebooruwatch",
|
||||
main_command_name="safebooru"
|
||||
|
Loading…
x
Reference in New Issue
Block a user