change pull size of chatlink accaunts
This commit is contained in:
parent
9f25caf4eb
commit
dfc683a181
@ -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) {
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user