We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62abc11 commit 2e423bcCopy full SHA for 2e423bc
3 files changed
.env.exemple
@@ -1,2 +1,3 @@
1
API_KEY=
2
TOKEN=
3
+CLIENT_ID=
.gitignore
@@ -104,4 +104,5 @@ ecosystem.config.js
104
105
# Audio files
106
speech-*.mp3
107
+.env
108
config.js
channels.mjs
@@ -1,6 +1,7 @@
const allowedChannels = [
"1088435060170051714", // decrypt
"1097824934153170984", // idkzp
4
+ "1272543925286211606", // idksmp
5
];
6
7
export { allowedChannels };
0 commit comments