teleAuctionBot / characters.js
amanfor18's picture
Upload 15 files
21011e9 verified
Raw
History Blame Contribute Delete
171 Bytes
// Default hardcoded characters
// Replace image_url with actual image URLs or local file paths
const DEFAULT_CHARACTERS = [
];
module.exports = { DEFAULT_CHARACTERS };