refactor: delete unusable command

This commit is contained in:
Slincnik 2025-01-16 18:34:53 +03:00
parent 50f33d2509
commit f54f50565c
No known key found for this signature in database

View file

@ -1,8 +0,0 @@
export const data = {
name: "8ball",
description: "8ball",
};
export const run = () => {
console.log("8ball");
};