1
2
3
4
5
6
7
8
9
10
// 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";