discord-fun
Advanced tools
Comparing version 1.0.0 to 1.0.1
module.exports = { | ||
discordfun: require("./src/random.js") | ||
DiscordFun: require("./src/random.js") | ||
} |
{ | ||
"name": "discord-fun", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,4 +19,4 @@ ### DISCORD FUN | ||
const client = new discord.Client() | ||
const { discordfun } = require("discord-fun") | ||
const discordfun = new discordfun(); | ||
const { Discordfun } = require("discord-fun") | ||
const discordfun = new DiscordFun(); | ||
@@ -23,0 +23,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package