mirror of
https://github.com/DerTyp7/discord-twitch-bot.git
synced 2025-10-29 12:52:12 +01:00
8 lines
79 B
JavaScript
8 lines
79 B
JavaScript
const config = {
|
|
clientId: "",
|
|
token:
|
|
"",
|
|
};
|
|
|
|
module.exports = config;
|