mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
safe
This commit is contained in:
+6
-1
@@ -20,6 +20,7 @@ class OtherModule(commands.Cog):
|
||||
@commands.hybrid_command(
|
||||
name="przytul", description="Przytul kogoś - daj mention po komendzie :)"
|
||||
)
|
||||
@commands.has_any_role('Nocna Zmiana', 'Jarl', 'Thane' , 'Bartender')
|
||||
async def przytul(self, ctx, arg: Optional[discord.Member] = None):
|
||||
"""
|
||||
Generate a text about hugging mentioned user.
|
||||
@@ -53,6 +54,7 @@ class OtherModule(commands.Cog):
|
||||
)
|
||||
|
||||
@commands.hybrid_command(name="fabryczka", description="Historia fabryczki")
|
||||
@commands.has_any_role('Legenda', 'Jarl', 'Thane' , 'Bartender')
|
||||
async def fabryczka(self, ctx):
|
||||
"""
|
||||
Send a general description of "fabryczkagate" to channel.
|
||||
@@ -69,6 +71,7 @@ class OtherModule(commands.Cog):
|
||||
description="Resetowanie zegara - dostępne wyłącznie dla Hammera",
|
||||
guild=discord.Object(id=664789470779932693),
|
||||
)
|
||||
@commands.has_any_role('Legenda', 'Jarl', 'Thane' , 'Bartender')
|
||||
async def reset_the_clock(self, ctx):
|
||||
"""
|
||||
Reset the clock on "accidents" in Hammer Fortress adding a new one.
|
||||
@@ -105,6 +108,7 @@ class OtherModule(commands.Cog):
|
||||
name="chata_hammera",
|
||||
description="Czas od ostatniego incydentu w AbsinthHammerTimeSpaceContinuum",
|
||||
)
|
||||
@commands.has_any_role('Nocna Zmiana', 'Jarl', 'Thane' , 'Bartender')
|
||||
async def chata_hammera(self, ctx):
|
||||
"""
|
||||
Send measured time from last incident in Hammer Fortress to the chat.
|
||||
@@ -127,6 +131,7 @@ class OtherModule(commands.Cog):
|
||||
name="historia_incydentow_u_hammera",
|
||||
description="Wyswietla liste incydentów które miały miejsce w AbsinthHammerTimeSpaceContinuum.",
|
||||
)
|
||||
@commands.has_any_role('Nocna Zmiana', 'Jarl', 'Thane' , 'Bartender')
|
||||
async def historia_incydentow_u_hammera(self, ctx):
|
||||
"""
|
||||
Send a list of incidents in Hammer Fortress to the chat.
|
||||
@@ -149,12 +154,12 @@ class OtherModule(commands.Cog):
|
||||
index += 1
|
||||
await ctx.send(return_data)
|
||||
|
||||
# TODO: RADIO
|
||||
@commands.hybrid_command(
|
||||
name="radio_hardkor",
|
||||
description="Włącza radio Conjurer na kanale #nocna-zmiana.",
|
||||
guild=discord.Object(id=664789470779932693),
|
||||
)
|
||||
@commands.has_any_role('Nocna Zmiana', 'Jarl', 'Thane' , 'Bartender')
|
||||
async def radio_hardkor(self, ctx):
|
||||
"""
|
||||
Plays the radio hardkor stream in the voice channel.
|
||||
|
||||
Reference in New Issue
Block a user