You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2021. It is now read-only.
awaitctx.send(f'{self.bot.tick} The warn type "{warn_type}" has been created, and is worth {points} points.')
246
250
247
-
@warntype_group.command(name="edit", help="Edits an existing warn type. Existing warn records are updated to reflect the changes, but action is not retroactively taken based on point values.")
251
+
@warntype_group.command(
252
+
name="edit",
253
+
help="Edits an existing warn type. Existing warn records are updated to reflect the changes, but action is not retroactively taken based on point values.",
f'{self.bot.tick} The warn type "{new_name}" (formerly "{warn_type}") is now worth {points} points.'
281
288
)
282
289
283
-
@warntype_group.command(name="delete", aliases=["del"], help="Deletes a warn type. Existing warn records are updated to reflect the changes, but action is not retroactively taken based on point values.")
290
+
@warntype_group.command(
291
+
name="delete",
292
+
aliases=["del"],
293
+
help="Deletes a warn type. Existing warn records are updated to reflect the changes, but action is not retroactively taken based on point values.",
0 commit comments