(Style): Minor wording changes.
This commit is contained in:
@@ -62,7 +62,7 @@ def ensure_exclusive(ctx):
|
|||||||
|
|
||||||
@module.cmd(
|
@module.cmd(
|
||||||
name="rooms",
|
name="rooms",
|
||||||
desc="Book an accountability timeslot",
|
desc="Schedule an accountability study session.",
|
||||||
group="Productivity"
|
group="Productivity"
|
||||||
)
|
)
|
||||||
@in_guild()
|
@in_guild()
|
||||||
|
|||||||
@@ -40,15 +40,15 @@ bot_admin_group_order = (
|
|||||||
|
|
||||||
# Help embed format
|
# Help embed format
|
||||||
# TODO: Add config fields for this
|
# TODO: Add config fields for this
|
||||||
title = "LionBot Command List"
|
title = "StudyLion Command List"
|
||||||
header = """
|
header = """
|
||||||
Use `{ctx.best_prefix}help <cmd>` (e.g. `{ctx.best_prefix}help send`) to see how to use each command.
|
Use `{ctx.best_prefix}help <command>` (e.g. `{ctx.best_prefix}help send`) to see how to use each command.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
@module.cmd("help",
|
@module.cmd("help",
|
||||||
group="Meta",
|
group="Meta",
|
||||||
desc="LionBot command list.")
|
desc="StudyLion command list.")
|
||||||
async def cmd_help(ctx):
|
async def cmd_help(ctx):
|
||||||
"""
|
"""
|
||||||
Usage``:
|
Usage``:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ from .rooms import Room
|
|||||||
|
|
||||||
@module.cmd(
|
@module.cmd(
|
||||||
name="rent",
|
name="rent",
|
||||||
desc="Rent a private study room!",
|
desc="Rent a private study room with your friends!",
|
||||||
group="Productivity",
|
group="Productivity",
|
||||||
aliases=('add',)
|
aliases=('add',)
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ from .Tasklist import Tasklist
|
|||||||
|
|
||||||
@module.cmd(
|
@module.cmd(
|
||||||
name="todo",
|
name="todo",
|
||||||
desc="Display and edit your personal TODO list.",
|
desc="Display and edit your personal To-Do list.",
|
||||||
group="Productivity",
|
group="Productivity",
|
||||||
flags=('add==', 'delete==', 'check==', 'uncheck==', 'edit==')
|
flags=('add==', 'delete==', 'check==', 'uncheck==', 'edit==')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user