diff --git a/package.json b/package.json index e0e5420..d495fa0 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,6 @@ "form-data": "^4.0.0", "json-bigint": "^1.0.0", "lodash.permutations": "^1.0.0", - "murmurhash": "^2.0.1", "node-fetch": "^2.6.9", "safe-base64": "^2.0.1-0", "set-cookie-parser": "^2.6.0", diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 14eeb4e..fb04620 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -2,7 +2,6 @@ const process = require('node:process'); const { Collection } = require('@discordjs/collection'); -const { v3 } = require('murmurhash'); const AnonymousGuild = require('./AnonymousGuild'); const GuildAuditLogs = require('./GuildAuditLogs'); const GuildPreview = require('./GuildPreview');