You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/languages/en-US.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,10 @@ module.exports = class extends Language {
341
341
COMMAND_COINFLIP_HEADS: '🙂 heads',
342
342
COMMAND_COINFLIP_TAILS: '🙃 tails',
343
343
COMMAND_JOINDATE_DESCRIPTION: 'Displays your account creation date along with the date you joined the current server you\'re on. Other users can be specified to fetch their account creation and server join dates.',// eslint-disable-line max-len
344
+
COMMAND_LYRICS_DESCRIPTION: 'Fetches lyrics and information from Genius for you.',
345
+
COMMAND_LYRICS_NOTFOUND: 'The specified song could not be found, please try again.',
346
+
COMMAND_LYRICS_GENIUS: 'View full lyrics on Genius',
347
+
COMMAND_LYRICS_LYRICS: 'Lyrics',
344
348
COMMAND_REMINDER_DESCRIPTION: 'Sets a reminder for you, append \`-dm\` to have the reminder sent to you via DM.',
345
349
COMMAND_REMINDER_NOPARAM_WHEN: 'When do you want to be reminded? Tell me how long to wait before reminding you.',
346
350
COMMAND_REMINDER_NOPARAM_MESSAGE: 'What do you want to be reminded about?',
0 commit comments