update packages

This commit is contained in:
Jill 2023-10-29 14:20:49 +03:00
parent f4e2b0e77f
commit 255de61a2e
Signed by: oat
GPG Key ID: 33489AA58A955108
3 changed files with 366 additions and 392 deletions

View File

@ -14,18 +14,18 @@
"license": "AGPL-3.0",
"dependencies": {
"d3-array": "^2.12.1",
"discord.js": "^14.11.0",
"got": "^11.8.3",
"discord.js": "^14.13.0",
"got": "^11.8.6",
"parse-color": "^1.0.0",
"random-seed": "^0.3.0"
},
"devDependencies": {
"@types/d3-array": "^3.0.9",
"@types/parse-color": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"discord-api-types": "^0.36.2",
"eslint": "^8.17.0",
"typescript": "4.8.0-dev.20220606"
"@types/parse-color": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"discord-api-types": "^0.37.50",
"eslint": "^8.52.0",
"typescript": "5.2.2"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
import { GuildMember, SlashCommandBuilder, Interaction, messageLink, User } from 'discord.js';
import { getTextResponsePrettyPlease, sendSegments, startGame } from '../lib/game';
import { shuffle } from 'd3-array';
import { knownServers } from '../lib/knownServers';
const horrorStarters = [
'I was playing with my boobs.',
@ -65,8 +64,6 @@ module.exports = {
.setName('twosentencehorror')
.setDescription('Communally create the worst horror stories known to man'),
serverWhitelist: [...knownServers.fbi],
execute: async (interaction: Interaction, member: GuildMember) => {
if (!interaction.isChatInputCommand()) return;