// Copyright 2021 - 2021, Rupansh Sekar and the Kilogramme (TBD) contributors
// SPDX-License-Identifier: MPL-2.0
/// Database in which userbot info is stored
pub const DB_NAME: &str = "userbot";
/// Collection in which notes are stored
pub const COLLECTION_NOTES: &str = "notes";
/// Collection in which kang related info is stored
pub const COLLECTION_STICKERS: &str = "stickers";