Zonies-Bot/config.js
2025-05-12 12:57:59 -05:00

24 lines
564 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const config = {
"owners": ["01HATCHHMPTJBHH534H6VFYKK3"],
"prefix": "!",
"emojis": {
"one": "1⃣",
"two": "2⃣",
"three": "3⃣",
"four": "4⃣",
"five": "5⃣",
"six": "6⃣",
"seven": "7⃣",
"eight": "8⃣",
"nine": "9⃣",
"ten": "🔟",
"confetti": "🎊",
"stop": "🛑",
"check": "✅",
"cross": "❌",
},
"tenor_api_key": "AIzaSyCBUnqtNWMPn3f7F4Iu09KewGS8BfwUkDE",
};
module.exports = config;