Sfoglia il codice sorgente

Unsaved changes

pull/35/head
Rocketsoup 1 settimana fa
parent
commit
c61be40b51
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4
    2
      rocketbot/cogs/kickstartercog.py

+ 4
- 2
rocketbot/cogs/kickstartercog.py Vedi File

@@ -273,7 +273,7 @@ class KickstarterCog(BaseCog):
273 273
 				f"linked to <@{username.discord_member_id}>. Cannot be linked to " \
274 274
 				"another member.\n" \
275 275
 				f"- `/{KickstarterCog.kickstarter.name} {KickstarterCog.reset.name} " \
276
-				f"{username}` will unlink that Discord record" \
276
+				f"{username}` will unlink that Discord record\n" \
277 277
 				"- If all else fails, you can just manually give them the backer role."
278 278
 			await interaction.followup.send(text, ephemeral=True)
279 279
 			return
@@ -281,7 +281,9 @@ class KickstarterCog(BaseCog):
281 281
 			text = f"{CONFIG['failure_emoji']} That survey username was already " \
282 282
 				f"assigned to <@{username.discord_member_id}> by a mod using this " \
283 283
 				"command.\n" \
284
-				"-# If all else fails, you can just manually give them the backer role."
284
+				f"- `/{KickstarterCog.kickstarter.name} {KickstarterCog.reset.name} " \
285
+				f"{username}` will unlink that Discord record\n" \
286
+				"- If all else fails, you can just manually give them the backer role."
285 287
 			await interaction.followup.send(text, ephemeral=True)
286 288
 			return
287 289
 

Loading…
Annulla
Salva