Created
October 3, 2023 11:17
-
-
Save isti115/be2800831e42e942914d0683e8737bf3 to your computer and use it in GitHub Desktop.
Discord splash screen loading tip messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Discord splash screen loading tip messages | |
# | |
# They show up for a very short time, sometimes making it hard for me to read | |
# them, and if I manage to read one partially, whatever mental disorder I have | |
# drives me crazy about not knowing the rest of it. I couldn't find an up to | |
# date list, so I extracted them from the source to make it easier to search | |
# for them online. | |
UPDATED_AT = 2023-10-03 | |
[data] | |
LOADING_KEYBIND_TIP_5 = "Use $[](keyboardShortcutsHook) to bring up the list of keyboard shortcuts." | |
LOADING_KEYBIND_TIP_6 = "$[](messageNewlineHook) to make a new line without sending your message." | |
LOADING_KEYBIND_TIP_7 = "Holding $[](shiftHook) while clicking emoji allows you to send multiple emoji." | |
LOADING_KEYBIND_TIP_8 = "You can press $[](upHook) to quickly edit your most recent message." | |
LOADING_TIP_1 = "You can use Streamer Mode to hide personal details while streaming." | |
LOADING_TIP_2 = "You can type /tableflip and /unflip to spice up your messages." | |
LOADING_TIP_3 = "Characters like @, #, !, and * will narrow Quick Switcher results." | |
LOADING_TIP_4 = "Click a server name in the emoji picker to hide that server's emoji." | |
LOADING_TIP_5 = "Hover a GIF and click the star to save it to your favorites." | |
LOADING_TIP_6 = "The top-most role for a user defines that user's color." | |
LOADING_TIP_7 = "A red mic icon means that person has been muted by a server admin." | |
LOADING_TIP_8 = "You can temporarily mute a server or channel by right-clicking it." | |
LOADING_TIP_9 = "Click your avatar in the lower-left corner to set a custom status." | |
LOADING_TIP_10 = "Group DMs can have up to ten members." | |
LOADING_TIP_11 = "Click the compass in your server list to find new servers." | |
LOADING_TIP_12 = "Drag and drop servers on top of each other to create server folders." | |
LOADING_TIP_13 = "Type /tenor or /giphy + anything to find a GIF for that topic!" | |
LOADING_TIP_14 = "Share what you're playing by using the Game Activity settings." | |
LOADING_TIP_15 = "Highlight text in your chat bar to bold, use italics, and more." | |
LOADING_TIP_16 = "Hide muted channels in a server by right clicking the server name." | |
LOADING_TIP_17 = "Customize Discord's appearance in the user settings menu." | |
LOADING_TIP_18 = "Link your favorite social media accounts in the connections settings." | |
LOADING_TIP_19 = "You can create channel categories to group and organize your channels." | |
LOADING_TIP_20 = "You can join up to 100 servers, and up to 200 with Nitro!" | |
LOADING_TIP_21 = "You can drag and drop files onto Discord to upload them." | |
LOADING_TIP_22 = "Change each participant's volume by right-clicking them in a call." | |
LOADING_TIP_23 = "Right click to pin messages in a channel or DM to save them for later." | |
LOADING_TIP_24 = "Type a plus sign before an emoji name to turn it into a reaction." | |
LOADING_TIP_25 = "You can type /nick to quickly change your nickname in a server." | |
LOADING_TIP_26 = "You can type / to view bot commands and other built-in commands" | |
LOADING_TIP_27 = "You can type !!{asterisks}!! around your words to make them **bold**." | |
ACCESSIBILITY_LOADING_TIP_1 = "Pick light or dark theme in Appearance Settings." | |
ACCESSIBILITY_LOADING_TIP_2 = "Turn off animations with Reduced Motion in Accessibility Settings." | |
ACCESSIBILITY_LOADING_TIP_3 = "Change Text-to-Speech speed in Accessibility Settings." | |
ACCESSIBILITY_LOADING_TIP_4 = "Make images accessible to everyone. Add a description on upload." | |
ACCESSIBILITY_LOADING_TIP_5 = "Make roles with unique colors easier to read in Accessibility Settings." | |
ACCESSIBILITY_LOADING_TIP_6 = "No mouse? Use Keyboard Mode to get around. $[](tabHook) to get started." | |
ACCESSIBILITY_LOADING_TIP_7 = "No keyboard? Enable the Send Message button in Accessibility Settings to chat." | |
ACCESSIBILITY_LOADING_TIP_8 = "Adjust color saturation in Accessibility Settings." | |
ACCESSIBILITY_LOADING_TIP_9 = "Scale chat font size in Appearance Settings." | |
ACCESSIBILITY_LOADING_TIP_10 = "Jump to different sections of Discord with $[](F6Hook). $[](tabHook) to get started." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment