mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
safe
This commit is contained in:
@@ -28,6 +28,8 @@ class DataModule(commands.Cog):
|
||||
description="Wyświetla losową stronę z losowego komiksu FanSadox. Bardzo NSFW.",
|
||||
guild=discord.Object(id=664789470779932693),
|
||||
)
|
||||
@commands.has_any_role('Nocna Zmiana', 'Jarl', 'Thane' , 'Bartender')
|
||||
|
||||
async def get_image_sadox(self, ctx):
|
||||
"""
|
||||
Take in a context parameter and retrieve an image related from fansadox collection.
|
||||
@@ -67,7 +69,6 @@ class DataModule(commands.Cog):
|
||||
await ctx.send(file=file)
|
||||
self.logger.info("Get sadox completed")
|
||||
|
||||
# TODO: LIBRARIAN
|
||||
@tasks.loop(seconds=3)
|
||||
async def check_data_q(self):
|
||||
"""
|
||||
@@ -118,7 +119,6 @@ class DataModule(commands.Cog):
|
||||
except Empty:
|
||||
pass
|
||||
|
||||
# TODO: LIBRARIAN
|
||||
@commands.hybrid_command(
|
||||
name="wyszukaj_linki_do_dokumentow",
|
||||
description="Szuka linkow doi w bazie crossref i podaje linki do scihuba",
|
||||
@@ -181,12 +181,12 @@ class DataModule(commands.Cog):
|
||||
+ " Zapytania obsługuje algorytm zasilany czterema chomikami zapierdalającymi w kołowrotku - więc wyniki najwcześniej za kilka godzi - ale mogą być też dni."
|
||||
)
|
||||
|
||||
# TODO: LIBRARIAN
|
||||
@commands.hybrid_command(
|
||||
name="glebokie_gardlo",
|
||||
description="Przygotowuje drinka o nazwie głębokie gardło",
|
||||
guild=discord.Object(id=664789470779932693),
|
||||
)
|
||||
|
||||
async def wyszukaj_linki_do_dokumentow_deep(self, ctx):
|
||||
"""
|
||||
The function `wyszukaj_linki_do_dokumentow_deep` performs a deep search for links to documents in
|
||||
|
||||
Reference in New Issue
Block a user