Skip to content

Commit 6982bdb

Browse files
committed
fix: correct mention for watchlist ping role
1 parent e8817e3 commit 6982bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exts/guild_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ async def watchlist_list(self, ctx: utils.RealmContext) -> None:
10341034
else:
10351035
watchlist = "N/A"
10361036

1037-
desc = f"**Role:** N/A (use {self.watchlist_ping_role.mention()} to set)\n"
1037+
desc = f"**Role:** N/A (use {self.watchlist_set_ping_role.mention()} to set)\n"
10381038
if config.player_watchlist_role:
10391039
desc = f"**Role**: <@&{config.player_watchlist_role}>\n"
10401040
desc += f"**Watchlist**:\n{watchlist}"

0 commit comments

Comments
 (0)