Skip to content

Instantly share code, notes, and snippets.

@benw202
benw202 / PrefixCommandImages.md
Last active March 4, 2025 10:51
Prefix Command Images

Prefix Command Images

db.getCollection("prefixcommands").aggregate([
  { $match: { "contents.image": { $exists: true, "$ne": "" } } },
  { $project: { _id: 0, name: 1, image: "$contents.image" } }
])

As of 04/03/2025, 1000z there are 51 prefix command entries in the database with images. See these below: