Skip to content

Commit

Permalink
Removed useless requires
Browse files Browse the repository at this point in the history
  • Loading branch information
alordash committed Mar 22, 2021
1 parent f44bde7 commit 63f5637
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions BotCode/frontend/bot/botActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ const { arrayParseString } = require('@alordash/parse-word-to-number');
const { wordsParseDate, TimeList } = require('@alordash/date-parser');
const Format = require('../formatting');
const path = require('path');
const { Encrypt, Decrypt } = require('../../backend/encryption/encrypt');
const { TimeListFromDate, ProcessParsedDate } = require('../../backend/timeProcessing');
const { Decrypt } = require('../../backend/encryption/encrypt');
const { ProcessParsedDate } = require('../../backend/timeProcessing');
const { TrelloManager } = require('@alordash/node-js-trello');
const { help, trelloBindBoardCommand, trelloAddListCommand, trelloClear, trelloHelp } = require('./botCommands');
const { help, trelloAddListCommand, trelloClear, trelloHelp } = require('./botCommands');
const { ExtractNicknames, GetUsersIDsFromNicknames } = require('../../backend/nicknamesExtraction');
const { type } = require('os');

/**@type {Array.<Array.<Schedule>>} */
let pendingSchedules = [];
Expand Down

0 comments on commit 63f5637

Please sign in to comment.