Skip to content

Commit

Permalink
refactor: Delete "url.js"
Browse files Browse the repository at this point in the history
Deleted "url.js" and all that's related to it

BREAKING CHANGE: the function "isSafe" has been deleted and no longer exists
  • Loading branch information
The Alpha committed Dec 30, 2023
1 parent 1f2b8bb commit ba3de3e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 134 deletions.
15 changes: 0 additions & 15 deletions src/data/domains.json

This file was deleted.

2 changes: 0 additions & 2 deletions src/exports.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { DiscordBot } = require("./class/discordBot");
const { asNumber, asString } = require("./func/colour");
const { asEmbed, applyStyle } = require("./func/style");
const { isSafe } = require("./func/url");
const emojiChars = require("./data/emojiChars.json");

module.exports = {
Expand All @@ -10,6 +9,5 @@ module.exports = {
asString,
asEmbed,
applyStyle,
isSafe,
emojiChars
};
30 changes: 0 additions & 30 deletions src/func/url.js

This file was deleted.

66 changes: 0 additions & 66 deletions tests/AI/func/url.isSafe.test.js

This file was deleted.

21 changes: 0 additions & 21 deletions tests/human/func/url.test.js

This file was deleted.

0 comments on commit ba3de3e

Please sign in to comment.