mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-27 13:31:49 +00:00
31 lines
1.3 KiB
Python
31 lines
1.3 KiB
Python
"""
|
|
Variables:
|
|
{requestor} = Requestor Mention
|
|
{search_string} = Search String
|
|
{amount} = Amount Requested
|
|
{region} = Region
|
|
{media} = Blu-Ray/PSN
|
|
"""
|
|
search_header = "{requestor} searched for: ***{search_string}***"
|
|
newest_header = "{requestor} requested top {amount} newest {region} {media} updated games"
|
|
oldest_header = "{requestor} requested top {amount} oldest {region} {media} updated games"
|
|
|
|
invalid_command_text = "Invalid command!"
|
|
|
|
latest_limit = 15
|
|
|
|
boot_up_message = "Hello and welcome to CompatBot. \n" \
|
|
"You can expect this message every time you crash this bot so please don't. \n" \
|
|
"All jokes aside if you manage to crash it please message Nicba1010 with the cause of the crash. \n" \
|
|
"Commands I would recommend using are:\n" \
|
|
"```" \
|
|
"!help\n" \
|
|
"!help top\n" \
|
|
"!top new 10 all playable\n" \
|
|
"!filters (It's a MUST)\n" \
|
|
"```" \
|
|
"I wish everyone here all the best of luck with using this bot and I will strive to improve it as " \
|
|
"often as possible.\n" \
|
|
"*Roberto Anic Banic AKA Nicba1010\n" \
|
|
"https://github.com/RPCS3/discord-bot"
|