Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
biologyscience committed Feb 18, 2023
1 parent 2a9f025 commit 3b4cf30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main/methods/getRandomWallpaper.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const misc = require('../../misc/misc.json');
const misc = require('../misc/misc.json');

function getRandomWallpaper(options)
{
Expand Down
2 changes: 1 addition & 1 deletion main/methods/getWallpaperInfo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const misc = require('../../misc/misc.json');
const misc = require('../misc/misc.json');

function getWallpaperInfo(id)
{
Expand Down
2 changes: 1 addition & 1 deletion main/methods/queryCount.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const misc = require('../../misc/misc.json');
const misc = require('../misc/misc.json');

function queryCount()
{
Expand Down
2 changes: 1 addition & 1 deletion main/methods/search.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const misc = require('../../misc/misc.json');
const misc = require('../misc/misc.json');

function search(term, options)
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alpha-coders",
"version": "2.0.1",
"version": "2.1.0",
"description": "A complete package used to interact with the Wallpaper Abyss / The Alpha Coders API to get wallpapers, wallpaper count, collections, and much more !",

"main": "main/index.js",
Expand Down

0 comments on commit 3b4cf30

Please sign in to comment.