Updated data files

Some random stuff in these files got changed
This commit is contained in:
Toastie 2024-06-18 23:30:39 +12:00
parent 29c0b4acfc
commit 7ce7c9b4ff
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
4 changed files with 398 additions and 342 deletions

View file

@ -1,6 +1,6 @@
h:
- help
- h
- help
gencmdlist:
- gencmdlist
donate:
@ -37,7 +37,7 @@ boost:
boostmsg:
- boostmsg
boostdel:
- boostde
- boostdel
logserver:
- logserver
logignore:
@ -195,6 +195,12 @@ setname:
- newnm
setnick:
- setnick
setserverbanner:
- setserverbanner
- serverbanner
setservericon:
- setservericon
- servericon
setavatar:
- setavatar
- setav
@ -335,6 +341,9 @@ allcmdcooldowns:
quoteadd:
- quoteadd
- .
quoteedit:
- quoteedit
- qedit
quoteprint:
- quoteprint
- ..
@ -1396,3 +1405,5 @@ todoshow:
- see
stickyroles:
- stickyroles
cleanupguilddata:
- cleanupguilddata

View file

@ -27,7 +27,7 @@ forwardMessages: false
forwardToAllOwners: false
# Any messages sent by users in Bot's DM to be forwarded to the specified channel.
# This option will only work when ForwardToAllOwners is set to false
forwardToChannel:
forwardToChannel:
# Should the bot ignore messages from other bots?
# Settings this to false might get your bot banned if it gets into a spam loop with another bot.
# This will only affect command executions, other features will still block bots from access.
@ -51,7 +51,7 @@ dmHelpTextKeywords:
helpText: |-
{
"title": "To invite me to your server, use this link",
"description": "https://discordapp.com/oauth2/authorize?client_id={0}&scope=bot&permissions=66186303",
"description": "https://discord.com/oauth2/authorize?client_id={0}&scope=bot&permissions=66186303",
"color": 53380,
"thumbnail": "https://cdn.elliebot.net/Ellie.png",
"fields": [
@ -69,7 +69,7 @@ helpText: |-
},
{
"name": "Ellie Support Server",
"value": "https://discord.gg/etQdZxSyEH",
"value": "https://discord.gg/etQdZxSyEH/ ",
"inline": true
}
]

File diff suppressed because it is too large Load diff

View file

@ -188,6 +188,11 @@
"setrole_err": "Failed to add role. I have insufficient permissions.",
"set_avatar": "New avatar set!",
"set_banner": "New banner set!",
"set_srvr_icon": "New server icon set!",
"set_srvr_banner": "New server banner set!",
"srvr_banner_invalid": "Specified image has an invalid filetype. Make sure you're specifying a direct image url.",
"srvr_banner_too_large": "Specified image is too large! Maximum size is 8MB.",
"srvr_banner_invalid_url": "Specified url is not valid. Make sure you're specifying a direct image url.",
"set_channel_name": "New channel name set.",
"set_game": "New game set!",
"set_stream": "New stream set!",
@ -230,7 +235,7 @@
"user_unbanned": "User unbanned",
"presence_updates": "Presence updates",
"sb_user": "User soft-banned",
"awarded": "has awarded {0} to {1}",
"awarded": "{2} has awarded {0} to {1}",
"better_luck": "Better luck next time ^_^",
"br_win": "Congratulations! You won {0} for rolling above {1}",
"deck_reshuffled": "Deck reshuffled.",
@ -241,7 +246,7 @@
"cards_left": "{0} cards left in the deck.",
"cards": "Cards",
"hand_value": "Hand value",
"gifted": "has gifted {0} to {1}",
"gifted": "{2} has gifted {0} to {1}",
"has": "{0} has {1}",
"heads": "Head",
"mass_award": "Awarded {0} to {1} users from {2} role.",
@ -351,7 +356,7 @@
"hangman_running": "Hangman game already running on this channel.",
"hangman_types": "List of \"{0}hangman\" term types:",
"leaderboard": "Leaderboard",
"picked": "picked {0}",
"picked": "{1} picked {0}",
"planted": "{0} planted {1}",
"trivia_already_running": "Trivia game is already running on this server.",
"trivia_game": "Trivia Game",
@ -366,7 +371,7 @@
"ttt_against_yourself": "You can't play against yourself.",
"ttt_already_running": "TicTacToe Game is already running in this channel.",
"ttt_a_draw": "A draw!",
"ttt_created": "has created a game of TicTacToe.",
"ttt_created": "{0} has created a game of TicTacToe.",
"ttt_has_won": "{0} has won!",
"ttt_matched_three": "Matched three",
"ttt_no_moves": "No moves left!",
@ -507,7 +512,7 @@
"city_not_found": "City not found.",
"magicitems_not_loaded": "Magic Items not loaded.",
"mal_profile": "{0}'s MAL profile",
"mashape_api_missing": "Bot owner didn't specify MashapeApiKey. You can't use this functionality.",
"mashape_api_missing": "Bot owner didn't specify RapidApi api key. You can't use this functionality.",
"min_max": "Min/Max",
"no_channel_found": "No channel found.",
"on_hold": "On-hold",
@ -612,6 +617,7 @@
"quotes_remove_none": "No quotes found which you can remove.",
"quote_added_new": "Quote #{0} added.",
"quote_deleted": "Quote #{0} deleted.",
"quote_edited": "Quote Edited",
"region": "Region",
"remind": "I will remind {0} to {1} in {2} `({3:d.M.yyyy.} at {4:HH:mm})`",
"remind_timely": "I will remind you about your timely reward {0}",
@ -875,7 +881,7 @@
"club_disband_error": "Error. You are either not in a club, or you are not the owner of your club.",
"club_icon_too_large": "Image is too large.",
"club_icon_invalid_filetype": "Specified image has an invalid filetype. Make sure you're specifying a direct image url.",
"club_icon_url_format": "You must specify an absolute image url/.",
"club_icon_url_format": "You must specify an absolute image url.",
"club_icon_set": "New club icon set.",
"club_bans_for": "Bans for {0} club",
"club_apps_for": "Applicants for {0} club",
@ -960,8 +966,8 @@
"perm_override_all_confirm": "Are you sure that you want to remove **ALL** discord permission overrides on this server? This action is irreversible.",
"perm_overrides": "Discord Permission Overrides",
"perm_override_reset": "Discord Permission Overrides for this command have been cleared.",
"bj_created": "has created a new BlackJack game in this channel.",
"bj_joined": "has joined the BlackJack game",
"bj_created": "{0} has created a new BlackJack game in this channel.",
"bj_joined": "{0} has joined the BlackJack game",
"reset": "Xp Reset",
"reset_server_confirm": "Are you sure that you want to reset the XP of all users on the server?",
"reset_user_confirm": "Are you sure that you want to reset specified user's XP on this server?",
@ -996,7 +1002,7 @@
"module_description_permissions": "Setup perms for commands, filter words and set up command cooldowns",
"module_description_searches": "Search for jokes, images of animals, anime and manga",
"module_description_xp": "Gain xp based on chat activity, check users' xp cards",
"module_description_marmalade": "**Bot Owner only.** Load, unload and handle dynamic modules. Read more [here](https://docs.elliebot.net/v4/)",
"module_description_marmalade": "**Bot Owner only.** Load, unload and handle dynamic modules. Read more [here](https://docs.elliebot.net/ellie/)",
"module_description_patronage": "Commands related to supporting the bot",
"module_description_missing": "Description is missing for this module.",
"purge_user_confirm": "Are you sure that you want to purge {0} from the database?",
@ -1094,5 +1100,6 @@
"todo_archive_not_found": "Archived todo list not found.",
"todo_archived_list": "Archived Todo List",
"search_results": "Search results",
"queue_search_results": "Type the number of the search result to queue up that track."
}
"queue_search_results": "Type the number of the search result to queue up that track.",
"overloads": "Overloads"
}