change pull size of chatlink accaunts

This commit is contained in:
The Foxon 2023-07-16 20:10:14 +12:00
parent 9f25caf4eb
commit dfc683a181
2 changed files with 2 additions and 4 deletions

View File

@ -25,7 +25,7 @@ export default {
await interaction.deferReply({ ephemeral: true })
const code = Math.floor(1000 + Math.random() * 9000).toString();
const codeUser = Math.floor(1000 + Math.random() * 9000).toString();
const codeUser = Math.floor(Math.random() * 10).toString();
try {
if (!!codeConfirmation && !!userG) {

View File

@ -1,8 +1,6 @@
import { CacheType, ChatInputCommandInteraction, Message, PermissionFlagsBits, SlashCommandBuilder } from 'discord.js';
import ConfigController from '../controller/ConfigController';
import { SlashCommandBuilder } from 'discord.js';
import EcoController from '../controller/EcoController';
import { Command } from '.';
import { userInfo } from 'os';
export default {
data: new SlashCommandBuilder()