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 9bf9af9 commit 37f1465Copy full SHA for 37f1465
discord-bot/app.js
@@ -16,7 +16,7 @@ import { getRandomEmoji } from './utils.js';
16
17
// Global Variables:
18
let currentIndex = 0; // Current page index of the bot's response
19
-let chunks; // Message chunks (used when the response exceeds the character limit)
+let chunks = []; // Message chunks (used when the response exceeds the character limit)
20
let dotInterval = null;
21
22
// Create an express app
0 commit comments