///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
declare const _exports: {
new (doc?: DocType, fields?: any, options?: boolean | mongoose.AnyObject): mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
};
aggregate(pipeline?: mongoose.PipelineStage[], options?: import("mongodb").AggregateOptions, callback?: mongoose.Callback): mongoose.Aggregate;
aggregate(pipeline: mongoose.PipelineStage[], callback?: mongoose.Callback): mongoose.Aggregate;
base: typeof mongoose;
baseModelName: string;
castObject(obj: mongoose.AnyObject, options?: {
ignoreCastErrors?: boolean;
}): {
guild: string;
command: string;
voice: string;
textchannel: string;
};
bulkWrite(writes: import("mongodb").AnyBulkWriteOperation<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>[], options: import("mongodb").BulkWriteOptions & mongoose.MongooseBulkWriteOptions, callback: mongoose.Callback): void;
bulkWrite(writes: import("mongodb").AnyBulkWriteOperation<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>[], callback: mongoose.Callback): void;
bulkWrite(writes: import("mongodb").AnyBulkWriteOperation<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>[], options?: import("mongodb").BulkWriteOptions & mongoose.MongooseBulkWriteOptions): Promise;
bulkSave(documents: mongoose.Document[], options?: import("mongodb").BulkWriteOptions & {
timestamps?: boolean;
}): Promise;
collection: mongoose.Collection;
count(callback?: mongoose.Callback): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
count(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
countDocuments(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
countDocuments(callback?: mongoose.Callback): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
create>(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents)[], options?: mongoose.SaveOptions): Promise<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[]>;
create>(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_1)[], options?: mongoose.SaveOptions, callback?: mongoose.Callback<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[]>): Promise<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[]>;
create>(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_2)[], callback: mongoose.Callback<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[]>): void;
create>(doc: {
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_3): Promise & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>;
create>(...docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_4)[]): Promise<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[]>;
create>(doc: {
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_5, callback: mongoose.Callback & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>): void;
createCollection(options: import("mongodb").CreateCollectionOptions & Pick, "expires">, callback: mongoose.Callback>): void;
createCollection(callback: mongoose.Callback>): void;
createCollection(options?: import("mongodb").CreateCollectionOptions & Pick, "expires">): Promise>;
db: mongoose.Connection;
deleteMany(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.CallbackWithoutResult): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
deleteMany(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback: mongoose.CallbackWithoutResult): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
deleteMany(callback: mongoose.CallbackWithoutResult): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
deleteOne(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.CallbackWithoutResult): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
deleteOne(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback: mongoose.CallbackWithoutResult): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
deleteOne(callback: mongoose.CallbackWithoutResult): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
events: NodeJS.EventEmitter;
findById & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id: any, projection?: mongoose.ProjectionType<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
findById & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id: any, projection?: mongoose.ProjectionType<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
findOne & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, projection?: mongoose.ProjectionType<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
findOne & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, projection?: mongoose.ProjectionType<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
findOne & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
hydrate(obj: any, projection?: mongoose.AnyObject, options?: {
setters?: boolean;
}): mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
};
init(callback?: mongoose.CallbackWithoutResult): Promise & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>;
insertMany(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_6)[], options: mongoose.InsertManyOptions & {
lean: true;
}, callback: mongoose.Callback, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>[]>): void;
insertMany(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_7)[], options: mongoose.InsertManyOptions & {
rawResult: true;
}, callback: mongoose.Callback>): void;
insertMany(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_8)[], callback: mongoose.Callback, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>, {}, {}>[]>): void;
insertMany(doc: DocContents_9, options: mongoose.InsertManyOptions & {
lean: true;
}, callback: mongoose.Callback, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>[]>): void;
insertMany(doc: DocContents_10, options: mongoose.InsertManyOptions & {
rawResult: true;
}, callback: mongoose.Callback>): void;
insertMany(doc: DocContents_11, options: mongoose.InsertManyOptions & {
lean?: false;
}, callback: mongoose.Callback, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>, {}, {}>[]>): void;
insertMany(doc: DocContents_12, callback: mongoose.Callback, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>, {}, {}>[]>): void;
insertMany(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_13)[], options: mongoose.InsertManyOptions & {
lean: true;
}): Promise, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>[]>;
insertMany(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_14)[], options: mongoose.InsertManyOptions & {
rawResult: true;
}): Promise>;
insertMany(docs: ({
guild: string;
command: string;
voice: string;
textchannel: string;
} | DocContents_15)[]): Promise, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>, {}, {}>[]>;
insertMany(doc: DocContents_16, options: mongoose.InsertManyOptions & {
lean: true;
}): Promise, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>[]>;
insertMany(doc: DocContents_17, options: mongoose.InsertManyOptions & {
rawResult: true;
}): Promise>;
insertMany(doc: DocContents_18, options: mongoose.InsertManyOptions): Promise, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>, {}, {}>[]>;
insertMany(doc: DocContents_19): Promise, {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>, {}, {}>[]>;
modelName: string;
populate(docs: any[], options: string | mongoose.PopulateOptions | mongoose.PopulateOptions[], callback?: mongoose.Callback<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[]>): Promise<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[]>;
populate(doc: any, options: string | mongoose.PopulateOptions | mongoose.PopulateOptions[], callback?: mongoose.Callback & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>): Promise & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>;
validate(callback?: mongoose.CallbackWithoutResult): Promise;
validate(optional: any, callback?: mongoose.CallbackWithoutResult): Promise;
validate(optional: any, pathsToValidate: mongoose.PathsToValidate, callback?: mongoose.CallbackWithoutResult): Promise;
watch(pipeline?: Record[], options?: import("mongodb").ChangeStreamOptions & {
hydrate?: boolean;
}): import("mongodb").ChangeStream>;
$where(argument: string | Function): mongoose.Query<(mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
})[], mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
discriminators: {
[name: string]: mongoose.Model;
};
translateAliases(raw: any): any;
distinct(field: string, filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
estimatedDocumentCount(options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
exists(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback: mongoose.Callback<{
_id: mongoose.Types.ObjectId;
}>): mongoose.Query, "_id">, mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
exists(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>): mongoose.Query<{
_id: mongoose.Types.ObjectId;
}, mongoose.Document & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
find & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, projection?: mongoose.ProjectionType<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
find & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, projection?: mongoose.ProjectionType<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
find & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
find & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(callback?: mongoose.Callback): mongoose.Query;
findByIdAndDelete & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id?: any, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: (err: NativeError, doc: ResultDoc_9, res: any) => void): mongoose.Query;
findByIdAndRemove & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id?: any, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: (err: NativeError, doc: ResultDoc_10, res: any) => void): mongoose.Query;
findByIdAndUpdate & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id: any, update: mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}> & {
rawResult: true;
}, callback?: (err: NativeError, doc: any, res: any) => void): mongoose.Query, ResultDoc_11, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
findByIdAndUpdate & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id: any, update: mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}> & {
upsert: true;
} & mongoose.ReturnsNewDoc, callback?: (err: NativeError, doc: ResultDoc_12, res: any) => void): mongoose.Query;
findByIdAndUpdate & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id?: any, update?: mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: (err: NativeError, doc: ResultDoc_13, res: any) => void): mongoose.Query;
findByIdAndUpdate & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(id: any, update: mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback: (err: NativeError, doc: ResultDoc_14, res: any) => void): mongoose.Query;
findOneAndDelete & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: (err: NativeError, doc: ResultDoc_15, res: any) => void): mongoose.Query;
findOneAndRemove & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: (err: NativeError, doc: ResultDoc_16, res: any) => void): mongoose.Query;
findOneAndReplace & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, replacement: mongoose.AnyObject | {
guild: string;
command: string;
voice: string;
textchannel: string;
}, options: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}> & {
rawResult: true;
}, callback?: (err: NativeError, doc: any, res: any) => void): mongoose.Query, ResultDoc_17, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
findOneAndReplace & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, replacement: mongoose.AnyObject | {
guild: string;
command: string;
voice: string;
textchannel: string;
}, options: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}> & {
upsert: true;
} & mongoose.ReturnsNewDoc, callback?: (err: NativeError, doc: ResultDoc_18, res: any) => void): mongoose.Query;
findOneAndReplace & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, replacement?: mongoose.AnyObject | {
guild: string;
command: string;
voice: string;
textchannel: string;
}, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: (err: NativeError, doc: ResultDoc_19, res: any) => void): mongoose.Query;
findOneAndUpdate & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, update: mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}> & {
rawResult: true;
}, callback?: (err: NativeError, doc: any, res: any) => void): mongoose.Query, ResultDoc_20, {}, {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
findOneAndUpdate & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, update: mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}> & {
upsert: true;
} & mongoose.ReturnsNewDoc, callback?: (err: NativeError, doc: ResultDoc_21, res: any) => void): mongoose.Query;
findOneAndUpdate & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, update?: mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: (err: NativeError, doc: {
guild: string;
command: string;
voice: string;
textchannel: string;
}, res: any) => void): mongoose.Query;
geoSearch & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.GeoSearchOptions, callback?: mongoose.Callback): mongoose.Query;
mapReduce(o: mongoose.MapReduceOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, Key, Value>, callback?: mongoose.Callback): Promise;
remove & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: any, callback?: mongoose.CallbackWithoutResult): mongoose.Query;
remove & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: any, options?: mongoose.RemoveOptions, callback?: mongoose.CallbackWithoutResult): mongoose.Query;
replaceOne & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, replacement?: mongoose.AnyObject | {
guild: string;
command: string;
voice: string;
textchannel: string;
}, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
schema: mongoose.Schema<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, any, any, any, any>, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>;
update & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, update?: mongoose.UpdateWithAggregationPipeline | mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
updateMany & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, update?: mongoose.UpdateWithAggregationPipeline | mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
updateOne & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(filter?: mongoose.FilterQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, update?: mongoose.UpdateWithAggregationPipeline | mongoose.UpdateQuery<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, options?: mongoose.QueryOptions<{
guild: string;
command: string;
voice: string;
textchannel: string;
}>, callback?: mongoose.Callback): mongoose.Query;
where & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(path: string, val?: any): mongoose.Query;
where & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(obj: object): mongoose.Query;
where & {
guild: string;
command: string;
voice: string;
textchannel: string;
} & {
_id: mongoose.Types.ObjectId;
}>(): mongoose.Query;
addListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
on(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
once(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
removeListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
off(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
removeAllListeners(event?: string | symbol): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
setMaxListeners(n: number): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
getMaxListeners(): number;
listeners(eventName: string | symbol): Function[];
rawListeners(eventName: string | symbol): Function[];
emit(eventName: string | symbol, ...args: any[]): boolean;
listenerCount(eventName: string | symbol): number;
prependListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): mongoose.Model<{
guild: string;
command: string;
voice: string;
textchannel: string;
}, {}, {}, {}, mongoose.Schema, {}, {}, {}, {}, "type", {
guild: string;
command: string;
voice: string;
textchannel: string;
}>>;
eventNames(): (string | symbol)[];
discriminator(name: string | number, schema: mongoose.Schema, {}, {}, {}, {}, "type", {
[x: string]: any;
}>, value?: string | number | mongoose.Schema.Types.ObjectId | mongoose.DiscriminatorOptions): mongoose.Model;
discriminator(name: string | number, schema: mongoose.Schema>, value?: string | number | mongoose.Schema.Types.ObjectId | mongoose.DiscriminatorOptions): U;
createIndexes(options: import("mongodb").CreateIndexesOptions, callback: mongoose.CallbackWithoutResult): void;
createIndexes(callback: mongoose.CallbackWithoutResult): void;
createIndexes(options?: import("mongodb").CreateIndexesOptions): Promise;
diffIndexes(options: Record, callback: mongoose.Callback): void;
diffIndexes(callback: mongoose.Callback): void;
diffIndexes(options?: Record): Promise;
ensureIndexes(options: import("mongodb").CreateIndexesOptions, callback: mongoose.CallbackWithoutResult): void;
ensureIndexes(callback: mongoose.CallbackWithoutResult): void;
ensureIndexes(options?: import("mongodb").CreateIndexesOptions): Promise;
listIndexes(callback: mongoose.Callback): void;
listIndexes(): Promise;
syncIndexes(options: mongoose.SyncIndexesOptions, callback: mongoose.Callback): void;
syncIndexes(options?: mongoose.SyncIndexesOptions): Promise;
startSession(options: import("mongodb").ClientSessionOptions, callback: mongoose.Callback): void;
startSession(callback: mongoose.Callback): void;
startSession(options?: import("mongodb").ClientSessionOptions): Promise;
get: (callback: any, limit: any) => void;
};
export = _exports;
export function get(callback: any, limit: any): void;
import mongoose = require("mongoose");
//# sourceMappingURL=mcommands.d.ts.map