Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Baviaan committed Jun 21, 2020
1 parent 9748b71 commit 35f0fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/initialise.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async def initialise(guild, channel, prefix, role_names):
_("*Further commands that can be used in this channel*:"),
_("`{0}roles` Shows which class roles you currently have.").format(prefix),
_("`{0}dwarves` Shows a list of the 13 dwarves in the Anvil raid with their associated skills.").format(prefix),
_("`{0}timezone` to set your default timezone to be used for your raid commands."),
_("`{0}timezone` to set your default time zone to be used for your raid commands.").format(prefix),
_("`{0}apply` to apply to {1}.").format(prefix, guild.name),
_("`{0}help` for further instructions.").format(prefix),
_("`{0}about` to see the bot info.").format(prefix)]
Expand Down

0 comments on commit 35f0fd0

Please sign in to comment.