Skip to content

Commit 528ce98

Browse files
committed
unembed rules link
also aliases for nou
1 parent a425da1 commit 528ce98

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cogs/mod.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ async def nostream(self, ctx: GuildContext, member: discord.Member, *, reason: O
893893

894894
@is_staff("OP")
895895
@commands.guild_only()
896-
@commands.command()
896+
@commands.command(aliases=['banish'])
897897
async def nou(self, ctx: GuildContext, member: discord.Member | discord.User, *, reason: Optional[str]):
898898
"""Banish to the void."""
899899
if await check_bot_or_staff(ctx, member, "no-u"):
@@ -904,7 +904,7 @@ async def nou(self, ctx: GuildContext, member: discord.Member | discord.User, *,
904904

905905
@is_staff("OP")
906906
@commands.guild_only()
907-
@commands.command()
907+
@commands.command(aliases=['retrieve'])
908908
async def unnou(self, ctx: GuildContext, member: discord.Member | discord.User, *, reason: Optional[str]):
909909
"""Retrieves a user from the void."""
910910
await self.restrictions.remove_restriction(member, Restriction.NoU)

cogs/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def init_rules(self):
7878
We're the place to come to for hacking & homebrew on Nintendo's video game consoles, like the Nintendo 3DS, Wii U, and Nintendo Switch. Get assistance with setting up or using homebrew, find news on the latest developments, discuss about what you're making, and more.
7979
8080
Be sure you read the following information before participating, especially rules. Not reading them is not an excuse for breaking them!
81-
These rules are shortened for simplicity. A more detailed version is available on [the Nintendo Homebrew website](https://nintendohomebrew.com/rules).
81+
These rules are shortened for simplicity. A more detailed version is available on [the Nintendo Homebrew website](<https://nintendohomebrew.com/rules>).
8282
The short and long versions are designed to be understood together, and neither overrides the other.
8383
8484
**Attempting to start drama is reason enough for a ban on sight.**

0 commit comments

Comments
 (0)