Skip to content

Commit

Permalink
Remove unused packages from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMonDon committed Jan 10, 2025
1 parent ba179a3 commit e996424
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1,210 deletions.
2 changes: 1 addition & 1 deletion commands/Fun/download-emoji.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const Command = require('../../base/Command.js');
const emojiRegex = require('emoji-regex');

class DownloadEmoji extends Command {
constructor(client) {
Expand All @@ -20,7 +21,6 @@ class DownloadEmoji extends Command {
const toCodePoint = (emoji) => [...emoji].map((char) => char.codePointAt(0).toString(16)).join('-');

// Match Normal Unicode Emojis
const emojiRegex = require('emoji-regex');
const normalEmojis = content.match(emojiRegex());
if (normalEmojis) {
normalEmojis.forEach((emoji) => {
Expand Down
4 changes: 0 additions & 4 deletions config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ const config = {
// Auth token for BotList.me
BotListToken: '',

// OxFord Dictionary
OxfordID: '',
OxfordKey: '',

// Github API Token
github: '',

Expand Down
Loading

0 comments on commit e996424

Please sign in to comment.