mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
style: Sort imports
This commit is contained in:
parent
a7dbd73547
commit
61fd38d6d9
57 changed files with 133 additions and 114 deletions
|
@ -16,11 +16,11 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import * as $MessageEventsAPI from "./MessageEvents";
|
||||
import * as $Notices from "./Notices";
|
||||
import * as $Commands from "./Commands";
|
||||
import * as $DataStore from "./DataStore";
|
||||
import * as $MessageAccessories from "./MessageAccessories";
|
||||
import * as $MessageEventsAPI from "./MessageEvents";
|
||||
import * as $Notices from "./Notices";
|
||||
|
||||
/**
|
||||
* An API allowing you to listen to Message Clicks or run your own logic
|
||||
|
@ -58,4 +58,4 @@ const DataStore = $DataStore;
|
|||
*/
|
||||
const MessageAccessories = $MessageAccessories;
|
||||
|
||||
export { DataStore, MessageAccessories, MessageEvents, Notices, Commands };
|
||||
export { Commands,DataStore, MessageAccessories, MessageEvents, Notices };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue