Skip to content

Commit

Permalink
refactor: remove unwanted assignments in import and export (#78)
Browse files Browse the repository at this point in the history
ES2015 allows for the renaming of references in import and export statements as well as destructuring assignments. This gives programmers a concise syntax for performing these operations while renaming these references.

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Jun 6, 2024
1 parent 1ebb02f commit be8863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Scheduler from '../services/SchedulerService.js';
import loadCommandFiles from '../utils/LoadCommands.js';
import {
Client as Client,
Client,
IntentsBitField,
Partials,
Options,
Expand Down

0 comments on commit be8863a

Please sign in to comment.