diff --git a/LICENSE.md b/LICENSE.md index 51883a5f..6eef59e2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ Internet Systems Consortium license =================================== -Copyright (c) 2017-2025, lilyissillyyy +Copyright (c) 2017-2026, lilyissillyyy Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/assets/json/copyright.json b/assets/json/copyright.json index 60690f0d..7573a1fc 100644 --- a/assets/json/copyright.json +++ b/assets/json/copyright.json @@ -1,5 +1,5 @@ [ - "©2017-2025 lilyissillyyy", + "©2017-2026 lilyissillyyy", "Rune Factory: ©2012 Marvelous Inc.", "Avatar Art: ©2018 airful" ] diff --git a/commands/games-sp/jeopardy.js b/commands/games-sp/jeopardy.js index 9d28e949..9bfadc67 100644 --- a/commands/games-sp/jeopardy.js +++ b/commands/games-sp/jeopardy.js @@ -55,8 +55,9 @@ module.exports = class JeopardyCommand extends Command { connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'jeopardy.mp3')); await reactIfAble(msg, this.client.user, '🔉'); } - const category = question.category ? question.category.toUpperCase() : ''; - await msg.reply(`${category ? `The category is: **${category}**. ` : ''}30 seconds, good luck.`, { + const category = question.category ? `The category is: **${question.category.toUpperCase()}**. ` : ''; + const value = question.value ? `For $${question.value}, ` : ''; + await msg.reply(`${category}${value}30 seconds, good luck.`, { files: [{ attachment: clueCard, name: 'clue-card.png' }] }); const msgs = await msg.channel.awaitMessages({ diff --git a/package.json b/package.json index 1ef303f8..d533acbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "159.3.3", + "version": "159.3.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {