1
0
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:
AnxietyisReal 2023-01-29 09:55:11 +11:00
parent c87fe041dc
commit ad4d64f468

View File

@ -1,9 +1,9 @@
import Discord,{SlashCommandBuilder} from 'discord.js'; import Discord,{SlashCommandBuilder} from 'discord.js';
import TClient from 'src/client';
import * as util from 'node:util';
import { Octokit } from '@octokit/rest'; import { Octokit } from '@octokit/rest';
import {exec} from 'node:child_process'; import {exec} from 'node:child_process';
import { readFileSync } from 'node:fs'; import { readFileSync } from 'node:fs';
import * as util from 'node:util';
import TClient from 'src/client';
import path from 'node:path'; import path from 'node:path';
const removeUsername = (text: string)=>{ const removeUsername = (text: string)=>{
let matchesLeft = true; let matchesLeft = true;