mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-01 16:23:02 +05:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
export const data = {
|
|
name: "8ball",
|
|
description: "8ball",
|
|
};
|
|
|
|
export const run = () => {
|
|
console.log("8ball");
|
|
};
|