From 25eca4ed60c803621cea2d8bb0e9df60f0e467b7 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Dec 2022 23:25:33 -0600 Subject: [PATCH] remove bad require roll.js --- commands/roll.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/roll.js b/commands/roll.js index 11c9778..874de72 100644 --- a/commands/roll.js +++ b/commands/roll.js @@ -5,7 +5,6 @@ const { SlashCommandBuilder } = require('discord.js'); const { randomInt } = require('node:crypto'); -const { abs } = require('node:math'); module.exports = { data: new SlashCommandBuilder()