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 })
|
await interaction.deferReply({ ephemeral: true })
|
||||||
|
|
||||||
const code = Math.floor(1000 + Math.random() * 9000).toString();
|
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 {
|
try {
|
||||||
if (!!codeConfirmation && !!userG) {
|
if (!!codeConfirmation && !!userG) {
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
import { CacheType, ChatInputCommandInteraction, Message, PermissionFlagsBits, SlashCommandBuilder } from 'discord.js';
|
import { SlashCommandBuilder } from 'discord.js';
|
||||||
import ConfigController from '../controller/ConfigController';
|
|
||||||
import EcoController from '../controller/EcoController';
|
import EcoController from '../controller/EcoController';
|
||||||
import { Command } from '.';
|
import { Command } from '.';
|
||||||
import { userInfo } from 'os';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user