mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
Reorder the imports (test commit)
This commit is contained in:
parent
c87fe041dc
commit
ad4d64f468
@ -1,9 +1,9 @@
|
||||
import Discord,{SlashCommandBuilder} from 'discord.js';
|
||||
import TClient from 'src/client';
|
||||
import * as util from 'node:util';
|
||||
import { Octokit } from '@octokit/rest';
|
||||
import {exec} from 'node:child_process';
|
||||
import { readFileSync } from 'node:fs';
|
||||
import * as util from 'node:util';
|
||||
import TClient from 'src/client';
|
||||
import path from 'node:path';
|
||||
const removeUsername = (text: string)=>{
|
||||
let matchesLeft = true;
|
||||
|
Loading…
Reference in New Issue
Block a user